ComponentOne Xamarin.Android
MinOpacity Property


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

Reference

C1Gauge Class
C1Gauge Members