Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Viewer Assembly / C1.Xamarin.Forms.Viewer Namespace / FlexViewer Class / MenuWidth Property


In This Topic
    MenuWidth Property
    In This Topic
    Gets or sets the width of the hamburger menu.
    Syntax
    'Declaration
     
    
    Public Property MenuWidth As Double
    'Usage
     
    
    Dim instance As FlexViewer
    Dim value As Double
     
    instance.MenuWidth = value
     
    value = instance.MenuWidth
    public double MenuWidth {get; set;}
    See Also