Gets the root element of the control template.

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

Syntax

C#
protected override FrameworkElement RootElement { get; }
Visual Basic
Protected Overrides ReadOnly Property RootElement As FrameworkElement
	Get
Visual C++
protected:
virtual property FrameworkElement^ RootElement {
	FrameworkElement^ get () override;
}

See Also