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


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