ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenu Class / ItemIconStyle Property



In This Topic
    ItemIconStyle Property
    In This Topic
    Gets or sets the style used to display the icon.
    Syntax
    'Declaration
     
    
    Public Property ItemIconStyle As Style
    'Usage
     
    
    Dim instance As C1RadialMenu
    Dim value As Style
     
    instance.ItemIconStyle = value
     
    value = instance.ItemIconStyle
    public Style ItemIconStyle {get; set;}
    public:
    property Style^ ItemIconStyle {
       Style^ get();
       void set (    Style^ value);
    }
    See Also