ComponentOne FinancialChart for WPF
IconStyle Property



C1.WPF Namespace > C1RadialMenuItem Class : IconStyle Property
Gets or sets the style used to display the icon.
Syntax
'Declaration
 
Public Property IconStyle As Style
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As Style
 
instance.IconStyle = value
 
value = instance.IconStyle
public Style IconStyle {get; set;}
public:
property Style^ IconStyle {
   Style^ get();
   void set (    Style^ value);
}
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members