Style Class
Enables the sharing of properties, resources, and event handlers between instances of a type.
Methods
From Style
Name | Description |
---|---|
CanSeal | Indicates if the current instance can be sealed |
IsSealed | Indicates if the current instance is sealed |
Seal | Seals the current instance |
Properties
From Style
Name | Description | |
---|---|---|
![]() |
BasedOn | Gets or sets a defined style that is the basis of the current style |
![]() |
Resources | Gets or sets the collection of resources that can be used within the scope of this style |
![]() |
Setters | Gets a collection of Setter and EventSetter objects |
![]() |
TargetType | Gets or sets the type for which this style is intended |
![]() |
Triggers | Gets a collection of TriggerBase objects that apply property values based on specified conditions |


Events
Style has no events