Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1Separator Class / FirstLevelTemplate Property

In This Topic
    FirstLevelTemplate Property (C1Separator)
    In This Topic
    Represents the template to apply to all separator items used in the first level of the menu.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Use C1Menu.SeparatorStyle instead.")>
    Public Property FirstLevelTemplate As ControlTemplate
    [Obsolete("Use C1Menu.SeparatorStyle instead.")]
    public ControlTemplate FirstLevelTemplate {get; set;}
    See Also