ComponentOne FinancialChart for WPF
ItemIconStyle Property



C1.WPF Namespace > C1RadialMenu Class : ItemIconStyle Property
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

Reference

C1RadialMenu Class
C1RadialMenu Members