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