'Declaration <Foundation.ExportAttribute("IsReadOnly")> <BrowsableAttribute(True)> Public Property IsReadOnly As Boolean
'Declaration
<Foundation.ExportAttribute("IsReadOnly")> <BrowsableAttribute(True)> Public Property IsReadOnly As Boolean
'Usage Dim instance As C1Gauge Dim value As Boolean instance.IsReadOnly = value value = instance.IsReadOnly
'Usage
Dim instance As C1Gauge Dim value As Boolean instance.IsReadOnly = value value = instance.IsReadOnly
[Foundation.Export("IsReadOnly")] [Browsable(true)] public bool IsReadOnly {get; set;}
C1Gauge Class C1Gauge Members