ComponentOne Basic Library for WPF and Silverlight
ColorItemStyle Property (C1RadialMenu)


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

Reference

C1RadialMenu Class
C1RadialMenu Members