ComponentOne FinancialChart for WPF
C1.WPF 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 Object
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As Object
     
    instance.Icon = value
     
    value = instance.Icon
    public object Icon {get; set;}
    public:
    property Object^ Icon {
       Object^ get();
       void set (    Object^ value);
    }
    See Also