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

In This Topic
    IsEnabled Property (C1RadialGauge)
    In This Topic
    Gets or sets whether gauge enables user interaction or not.
    Syntax
    'Declaration
     
    
    Public Property IsEnabled As Boolean
    public bool IsEnabled {get; set;}
    See Also