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. (Inherited from PropertyChangedTrigger)
CanFreeze(Inherited from Freezable)
Comparison Gets or sets the type of comparison to be performed between the specified values. This is a dependency property.
DependencyObjectType(Inherited from DependencyObject)
Dispatcher(Inherited from DispatcherObject)
HasAnimatedProperties(Inherited from Animatable)
IsFrozen(Inherited from Freezable)
IsSealed(Inherited from DependencyObject)
Value Gets or sets the value to be compared with the property value of the data object. This is a dependency property.

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