Menu

Public Properties (see also Protected Properties)

NameDescription
CanFreeze(Inherited from Freezable)
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. (Inherited from TriggerAction)
IsFrozen(Inherited from Freezable)
IsSealed(Inherited from DependencyObject)
Source A Uri defining the location of the sound file. This is used to set the source property of the MediaElement. This is a dependency property.
Volume Control the volume of the sound. This is used to set the Volume property of the MediaElement. This is a dependency property.

Protected Properties

NameDescription
AssociatedObject Gets the object to which this TriggerAction`1 is attached. (Inherited from TriggerAction)
AssociatedObjectTypeConstraint Gets the associated object type constraint. (Inherited from TriggerAction)

Explicit Interface Implementations

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

See Also