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


In This Topic
    Icon Property
    In This Topic
    Gets or sets the icon of the menu item.
    Syntax
    'Declaration
     
    
    Public Property Icon As C1Icon
    'Usage
     
    
    Dim instance As MenuItem
    Dim value As C1Icon
     
    instance.Icon = value
     
    value = instance.Icon
    public C1Icon Icon {get; set;}
    See Also