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


C1.WPF Namespace > C1RadialMenu Class : NavigationButtonStyle Property
Represents the style to apply to navigation button.
Syntax
'Declaration
 
Public Property NavigationButtonStyle As System.Windows.Style
'Usage
 
Dim instance As C1RadialMenu
Dim value As System.Windows.Style
 
instance.NavigationButtonStyle = value
 
value = instance.NavigationButtonStyle
public System.Windows.Style NavigationButtonStyle {get; set;}
See Also

Reference

C1RadialMenu Class
C1RadialMenu Members