Xamarin.iOS Documentation | ComponentOne
C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / FlexViewer Class / ShowToolbar Property


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