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

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