ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexRadarTagHelper Class / Reversed Property

In This Topic
    Reversed Property (FlexRadarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexRadar<T>.Reversed. Sets a value that determines whether angles are reversed (counter-clockwise). The default value is false, which causes angles to be measured in the clockwise direction.
    Syntax
    'Declaration
     
    Public Property Reversed As Boolean
    public bool Reversed {get; set;}
    See Also