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

In This Topic
    StartAngle Property (FlexRadarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexRadar<T>.StartAngle. Sets the starting angle for the radar, in degrees. Angles are measured clockwise, starting at the 12 o'clock position.
    Syntax
    'Declaration
     
    Public Property StartAngle As Integer
    public int StartAngle {get; set;}
    See Also