ControlTemplate Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (inherited from DispatcherObject) |
| HasContent | Gets a value that indicates whether this template has optimized content. (inherited from FrameworkTemplate) |
| IsSealed | Gets a value that indicates whether this object is in an immutable state so it cannot be changed. (inherited from FrameworkTemplate) |
| Resources | Gets or sets the collection of resources that can be used within the scope of this template. (inherited from FrameworkTemplate) |
| TargetType | Gets or sets the type for which this ControlTemplate is intended. |
| Triggers | Gets a collection of TriggerBase objects that apply property changes or perform actions based on specified conditions. |
| VisualTree | Gets or sets the root node of the template. (inherited from FrameworkTemplate) |