ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Menu Class / FirstLevelStyle Property



In This Topic
    FirstLevelStyle Property
    In This Topic
    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