Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / MinOpacity Property


In This Topic
    MinOpacity Property
    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