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