Gets or sets the template applied to the MenuItem when it is the header of a top-level menu (that is, it is displayed on the top-level menu bar, and when clicked displays a drop-down menu). This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ControlTemplate TopLevelHeaderTemplate { get; set; }
Visual Basic
Public Property TopLevelHeaderTemplate As ControlTemplate
	Get
	Set
Visual C++
public:
property ControlTemplate^ TopLevelHeaderTemplate {
	ControlTemplate^ get ();
	void set (ControlTemplate^ value);
}

See Also