When overridden in a derived class, gets the root element of the control template.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
protected abstract FrameworkElement RootElement { get; }
Visual Basic (Declaration)
Protected MustOverride ReadOnly Property RootElement As FrameworkElement

See Also