ComponentOne FinancialChart for WPF
ColorItemStyle Property



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

Reference

C1RadialMenu Class
C1RadialMenu Members