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