Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart Namespace / C1Sunburst Class / Width Property


In This Topic
    Width Property (C1Sunburst)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Width As Integer
    'Usage
     
    
    Dim instance As C1Sunburst
    Dim value As Integer
     
    value = instance.Width
    public int Width {get;}
    See Also