Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / C1RadialGauge Class / IsReversed Property

In This Topic
    IsReversed Property
    In This Topic
    Gets or sets a flag which indicates whether the radial gauge is reversed.
    Syntax
    'Declaration
     
    
    Public Property IsReversed As Boolean
    public bool IsReversed {get; set;}
    See Also