SetDataStoreValueAction Properties

Public Properties

(see also Protected Properties)

  Name Description
public property CanFreeze  (Inherited from Freezable)
public property DependencyObjectType  (Inherited from DependencyObject)
public property Dispatcher  (Inherited from DispatcherObject)
public property 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.
 (Inherited from ChangePropertyAction)
public property HasAnimatedProperties  (Inherited from Animatable)
public property 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.
 (Inherited from ChangePropertyAction)
public property IsEnabled 
Gets or sets a value indicating whether this action will run when invoked. This is a dependency property.
 (Inherited from TriggerAction)
public property IsFrozen  (Inherited from Freezable)
public property IsSealed  (Inherited from DependencyObject)
public property PropertyName 
Gets or sets the name of the property to change. This is a dependency property.
 (Inherited from ChangePropertyAction)
public 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)
public property 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)
public property Value 
Gets or sets the value to set. This is a dependency property.
 (Inherited from ChangePropertyAction)

Protected Properties

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

Explicit Interface Implementations

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

See Also

Reference

SetDataStoreValueAction Class
Microsoft.Expression.Interactivity.Core Namespace