Menu

Public Properties (see also Protected Properties)

NameDescription
Actions Gets the actions associated with this trigger. (Inherited from TriggerBase)
Binding A binding object that the trigger will listen to, and that causes the trigger to fire when it changes.
CanFreeze(Inherited from Freezable)
DependencyObjectType(Inherited from DependencyObject)
Dispatcher(Inherited from DispatcherObject)
HasAnimatedProperties(Inherited from Animatable)
IsFrozen(Inherited from Freezable)
IsSealed(Inherited from DependencyObject)

Protected Properties

NameDescription
AssociatedObject Gets the object to which the trigger is attached. (Inherited from TriggerBase)
AssociatedObjectTypeConstraint Gets the type constraint of the associated object. (Inherited from TriggerBase)

Explicit Interface Implementations

NameDescription
System.Windows.Interactivity.IAttachedObject.AssociatedObject Gets the object to which the trigger is attached. (Inherited from TriggerBase)

See Also