Xamarin.iOS Documentation | ComponentOne
C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / MenuItem Class / ShowIcon Property


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