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


In This Topic
    VerticalOptions Property (C1Sunburst)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property VerticalOptions As Xamarin.Forms.LayoutOptions
    'Usage
     
    
    Dim instance As C1Sunburst
    Dim value As Xamarin.Forms.LayoutOptions
     
    instance.VerticalOptions = value
     
    value = instance.VerticalOptions
    public Xamarin.Forms.LayoutOptions VerticalOptions {get; set;}
    See Also