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


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

Reference

C1Menu Class
C1Menu Members