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

In This Topic
    SweepAngle Property (RadialGaugeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.RadialGauge.SweepAngle. Sets the sweeping angle for the gauge, in degrees.
    Syntax
    'Declaration
     
    Public Property SweepAngle As Double
    public double SweepAngle {get; set;}
    Remarks
    Angles are measured clockwise, starting at the 9 o'clock position.
    See Also