ChangePropertyAction Class
Represents an action that will change a specified property to a specified value when invoked.
Namespace: Microsoft.Xaml.Interactions.Core
Assembly: Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)
The ChangePropertyAction type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChangePropertyAction | Initializes a new instance of the ChangePropertyAction reference. |
| Name | Description | |
|---|---|---|
![]() | Dispatcher | (Inherited from DependencyObject.) |
![]() | PropertyName | Gets or sets the name of the property to change. This is a dependency property. |
![]() | TargetObject | Gets or sets the object whose property will be changed. If TargetObject is not set or cannot be resolved, the sender of Execute will be used. This is a dependency property. |
![]() | Value | Gets or sets the value to set. This is a dependency property. |
| Name | Description | |
|---|---|---|
![]() | ClearValue | (Inherited from DependencyObject.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Execute | Executes the action. |
![]() | GetAnimationBaseValue | (Inherited from DependencyObject.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue | (Inherited from DependencyObject.) |
![]() | ReadLocalValue | (Inherited from DependencyObject.) |
![]() | SetValue | (Inherited from DependencyObject.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | PropertyNameProperty | Specifies the name of the property to change. |
![]() ![]() | TargetObjectProperty | Identifies the TargetObject dependency property. |
![]() ![]() | ValueProperty | Specifies the value to set. |
Show:



