ComponentOne FinancialChart for WPF
NonFirstLevelStyle Property



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 Style
'Usage
 
Dim instance As C1Menu
Dim value As Style
 
instance.NonFirstLevelStyle = value
 
value = instance.NonFirstLevelStyle
public Style NonFirstLevelStyle {get; set;}
public:
property Style^ NonFirstLevelStyle {
   Style^ get();
   void set (    Style^ value);
}
See Also

Reference

C1Menu Class
C1Menu Members