Sparkline for UWP | ComponentOne
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 ControlTemplate
    public ControlTemplate FirstLevelTemplate {get; set;}
    See Also