ComponentOne Xamarin.Android
MaxOpacity Property


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1Gauge Class : MaxOpacity Property
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

Reference

C1Gauge Class
C1Gauge Members