Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / C1LinearGauge Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (C1LinearGauge)
    In This Topic
    Gets or sets a value to determine whether the gauge is readonly.
    Syntax
    'Declaration
     
    
    Public Property IsReadOnly As Boolean
    public bool IsReadOnly {get; set;}
    See Also