Represents the template to apply to all menu items at the first level.

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

Syntax

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

See Also