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


In This Topic
    ShowMenu Property
    In This Topic
    Gets or sets a value indicating whether the hamburger is visible or not.
    Syntax
    'Declaration
     
    
    Public Property ShowMenu As Boolean
    'Usage
     
    
    Dim instance As FlexViewer
    Dim value As Boolean
     
    instance.ShowMenu = value
     
    value = instance.ShowMenu
    public bool ShowMenu {get; set;}
    See Also