Represents the template to apply to all separator items used in the first level of the menu.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
[ObsoleteAttribute("Use C1Menu.SeparatorStyle instead.")]
public ControlTemplate FirstLevelTemplate { get; set; }
Visual Basic
<ObsoleteAttribute("Use C1Menu.SeparatorStyle instead.")> _
Public Property FirstLevelTemplate As ControlTemplate
	Get
	Set

See Also