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

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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