ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1Separator Class / FirstLevelTemplate Property

In This Topic
    FirstLevelTemplate Property
    In This Topic
    Represents the template to apply to all separator items used in the first level of the menu.
    Syntax
    'Declaration
     
    Public Property FirstLevelTemplate As Windows.UI.Xaml.Controls.ControlTemplate
    public Windows.UI.Xaml.Controls.ControlTemplate FirstLevelTemplate {get; set;}
    See Also