ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenuItem Class / Icon Property

In This Topic
    Icon Property (C1RadialMenuItem)
    In This Topic
    Gets or sets the icon that appears in a C1RadialMenuItem.
    Syntax
    'Declaration
     
    Public Property Icon As System.Object
    public System.object Icon {get; set;}
    See Also