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