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


In This Topic
    MaxOpacity Property
    In This Topic
    Gets or sets the maximum value of opacity.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("MaxOpacity")>
    <BrowsableAttribute(True)>
    Public Property MaxOpacity As Double
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Double
     
    instance.MaxOpacity = value
     
    value = instance.MaxOpacity
    [Foundation.Export("MaxOpacity")]
    [Browsable(true)]
    public double MaxOpacity {get; set;}
    See Also