ComponentOne FinancialChart for WPF
FirstLevelStyle Property



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

Reference

C1Menu Class
C1Menu Members