Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / C1Sunburst Class / Opacity Property


In This Topic
    Opacity Property (C1Sunburst)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Opacity As Double
    'Usage
     
    
    Dim instance As C1Sunburst
    Dim value As Double
     
    instance.Opacity = value
     
    value = instance.Opacity
    public double Opacity {get; set;}
    See Also