Windows apps
Collapse the table of content
Expand the table of content

ChangePropertyAction Class

Represents an action that will change a specified property to a specified value when invoked.

System::Object
  DependencyObject
    Microsoft.Xaml.Interactions.Core::ChangePropertyAction

Namespace:  Microsoft.Xaml.Interactions.Core
Assembly:  Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)

public ref class ChangePropertyAction sealed : public DependencyObject, 
	IAction

The ChangePropertyAction type exposes the following members.

  NameDescription
Public methodChangePropertyActionInitializes a new instance of the ChangePropertyAction reference.
Top

  NameDescription
Public propertyDispatcher (Inherited from DependencyObject.)
Public propertyPropertyNameGets or sets the name of the property to change. This is a dependency property.
Public propertyTargetObjectGets 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.
Public propertyValueGets or sets the value to set. This is a dependency property.
Top

  NameDescription
Public methodClearValue (Inherited from DependencyObject.)
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodExecuteExecutes the action.
Public methodGetAnimationBaseValue (Inherited from DependencyObject.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodGetValue (Inherited from DependencyObject.)
Public methodReadLocalValue (Inherited from DependencyObject.)
Public methodSetValue (Inherited from DependencyObject.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public fieldStatic memberPropertyNamePropertySpecifies the name of the property to change.
Public fieldStatic memberTargetObjectPropertyIdentifies the TargetObject dependency property.
Public fieldStatic memberValuePropertySpecifies the value to set.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:
© 2017 Microsoft