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


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

Reference

C1RadialMenu Class
C1RadialMenu Members