When overridden in a derived class, gets the root element of the control template.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
protected abstract FrameworkElement RootElement { get; } |
| Visual Basic |
|---|
Protected MustOverride ReadOnly Property RootElement As FrameworkElement Get |
| Visual C++ |
|---|
protected: virtual property FrameworkElement^ RootElement { FrameworkElement^ get () abstract; } |