Menu

Public Properties (see also Protected Properties)

NameDescription
CanFreeze(Inherited from Freezable)
DependencyObjectType(Inherited from DependencyObject)
Dispatcher(Inherited from DispatcherObject)
Duration Gets or sets the duration of the animation that will occur when the ChangePropertyAction is invoked. This is a dependency property. If the duration is unset, no animation will be applied.
HasAnimatedProperties(Inherited from Animatable)
Increment Increment by Value if true; otherwise, set the value directly. If the property cannot be incremented, it will instead try to set the value directly.
IsEnabled Gets or sets a value indicating whether this action will run when invoked. This is a dependency property. (Inherited from TriggerAction)
IsFrozen(Inherited from Freezable)
IsSealed(Inherited from DependencyObject)
PropertyName Gets or sets the name of the property to change. This is a dependency property.
TargetName Gets or sets the name of the object this action targets. If Target is set, this property is ignored. If Target is not set and TargetName is not set or cannot be resolved, the target will default to the AssociatedObject. This is a dependency property. (Inherited from TargetedTriggerAction)
TargetObject Gets or sets the target object. If TargetObject is not set, the target will look for the object specified by TargetName. If an element referred to by TargetName cannot be found, the target will default to the AssociatedObject. This is a dependency property. (Inherited from TargetedTriggerAction)
Value Gets or sets the value to set. This is a dependency property.

Protected Properties

NameDescription
AssociatedObject Gets the object to which this action is attached. (Inherited from TriggerAction)
AssociatedObjectTypeConstraint Gets the associated object type constraint. (Inherited from TargetedTriggerAction)
Target Gets the target object. If TargetName is not set or cannot be resolved, defaults to the AssociatedObject. (Inherited from TargetedTriggerAction)
TargetTypeConstraint Gets the target type constraint. (Inherited from TargetedTriggerAction)

Explicit Interface Implementations

NameDescription
System.Windows.Interactivity.IAttachedObject.AssociatedObject Gets the object to which this action is attached. (Inherited from TriggerAction)

See Also