Trigger Properties
.NET Framework 4.5
The Trigger type exposes the following members.
| Name | Description | |
|---|---|---|
|
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) |
|
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
|
EnterActions | Gets a collection of TriggerAction objects to apply when the trigger object becomes active. This property does not apply to the EventTrigger class. (Inherited from TriggerBase.) |
|
ExitActions | Gets a collection of TriggerAction objects to apply when the trigger object becomes inactive. This property does not apply to the EventTrigger class. (Inherited from TriggerBase.) |
|
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) |
|
Property | Gets or sets the property that returns the value that is compared with the Value property of the trigger. The comparison is a reference equality check. |
|
Setters | Gets a collection of Setter objects, which describe the property values to apply when the specified condition has been met. |
|
SourceName | Gets or sets the name of the object with the property that causes the associated setters to be applied. |
|
Value | Gets or sets the value to be compared with the property value of the element. The comparison is a reference equality check. |