Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1MenuList Class / NonFirstLevelStyle Property

In This Topic
    NonFirstLevelStyle Property (C1MenuList)
    In This Topic
    Represents the style to apply to all menu items that are not in the first level.
    Syntax
    'Declaration
     
    
    Public Property NonFirstLevelStyle As Style
    public Style NonFirstLevelStyle {get; set;}
    See Also