ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 Windows.UI.Xaml.Style
    public Windows.UI.Xaml.Style FirstLevelStyle {get; set;}
    See Also