ComponentOne Basic Library for WPF and Silverlight
FirstLevelStyle Property (C1Menu)


C1.WPF Namespace > C1Menu Class : FirstLevelStyle Property
Represents the style to apply to all menu items at the first level.
Syntax
'Declaration
 
Public Property FirstLevelStyle As System.Windows.Style
'Usage
 
Dim instance As C1Menu
Dim value As System.Windows.Style
 
instance.FirstLevelStyle = value
 
value = instance.FirstLevelStyle
public System.Windows.Style FirstLevelStyle {get; set;}
See Also

Reference

C1Menu Class
C1Menu Members