Menu

Public Properties (see also Protected Properties)

NameDescription
CanFreeze(Inherited from Freezable)
ControlStoryboardOption
DependencyObjectType(Inherited from DependencyObject)
Dispatcher(Inherited from DispatcherObject)
HasAnimatedProperties(Inherited from Animatable)
IsEnabled Gets or sets a value indicating whether this action will run when invoked. This is a dependency property. This property is not CLS-compliant. (Inherited from TriggerAction)
IsFrozen(Inherited from Freezable)
IsSealed(Inherited from DependencyObject)
Storyboard The targeted Storyboard. This is a dependency property. This property is not CLS-compliant. (Inherited from StoryboardAction)

Protected Properties

NameDescription
AssociatedObject Gets the object to which this TriggerAction`1 is attached. This property is not CLS-compliant. (Inherited from TriggerAction)
AssociatedObjectTypeConstraint Gets the associated object type constraint. This property is not CLS-compliant. (Inherited from TriggerAction)

Explicit Interface Implementations

NameDescription
System.Windows.Interactivity.IAttachedObject.AssociatedObject Gets the object to which this TriggerAction`1 is attached. This property is not CLS-compliant. (Inherited from TriggerAction)

See Also