In This Topic
Gets or sets the maximum value of opacity.
Syntax
'Declaration
Public Property MaxOpacity As Double
'Usage
Dim instance As C1Gauge
Dim value As Double
instance.MaxOpacity = value
value = instance.MaxOpacity
public double MaxOpacity {get; set;}
See Also