IsReadOnly Property (C1Gauge)
Gets or sets a value to determine whether the gauge is readonly.
public bool IsReadOnly {get; set;}
'Declaration
Public Property IsReadOnly As Boolean
'Usage
Dim instance As C1Gauge
Dim value As Boolean
instance.IsReadOnly = value
value = instance.IsReadOnly