PlaySoundAction Members | |
See Also� Constructors� Events� Fields� Methods� Properties� Explicit Interface Implementations� |
The following tables list the members exposed by the PlaySoundAction type.
Public Constructors
� | Name | Description |
---|---|---|
PlaySoundAction |
Initializes a new instance of the |
Public Fields
� | Name | Description |
---|---|---|
IsEnabledProperty� | (Inherited from TriggerAction) | |
SourceProperty | � | |
VolumeProperty | � |
Public Properties (see also Protected Properties)
� | Name | Description |
---|---|---|
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.
| |
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
� | Name | Description |
---|---|---|
AssociatedObject� |
Gets the object to which this | |
AssociatedObjectTypeConstraint� |
Gets the associated object type constraint.
|
Public Methods (see also Protected Methods)
� | Name | Description |
---|---|---|
ApplyAnimationClock� | Overloaded. (Inherited from Animatable) | |
Attach� | (Inherited from TriggerAction) | |
BeginAnimation� | Overloaded. (Inherited from Animatable) | |
CheckAccess� | (Inherited from DispatcherObject) | |
ClearValue� | Overloaded. (Inherited from DependencyObject) | |
Clone� | (Inherited from Animatable) | |
CloneCurrentValue� | (Inherited from Freezable) | |
CoerceValue� | (Inherited from DependencyObject) | |
Detach� |
Detaches this instance from its associated object.
| |
Equals� | Overloaded. (Inherited from DependencyObject) | |
Freeze� | Overloaded. (Inherited from Freezable) | |
GetAnimationBaseValue� | (Inherited from Animatable) | |
GetAsFrozen� | (Inherited from Freezable) | |
GetCurrentValueAsFrozen� | (Inherited from Freezable) | |
GetHashCode� | (Inherited from DependencyObject) | |
GetLocalValueEnumerator� | (Inherited from DependencyObject) | |
GetType� | (Inherited from Object) | |
GetValue� | (Inherited from DependencyObject) | |
InvalidateProperty� | (Inherited from DependencyObject) | |
ReadLocalValue� | (Inherited from DependencyObject) | |
ReferenceEquals� | (Inherited from Object) | |
SetCurrentValue� | (Inherited from DependencyObject) | |
SetValue� | Overloaded. (Inherited from DependencyObject) | |
ShouldSerializeStoredWeakReference� | (Inherited from Animatable) | |
ToString� | (Inherited from Object) | |
VerifyAccess� | (Inherited from DispatcherObject) |
Protected Methods
� | Name | Description |
---|---|---|
CloneCore� | (Inherited from Freezable) | |
CloneCurrentValueCore� | (Inherited from Freezable) | |
CreateInstance� | (Inherited from Freezable) | |
CreateInstanceCore� |
When implemented in a derived class, creates a new instance of the | |
Finalize� | (Inherited from Object) | |
Freeze� | Overloaded. (Inherited from Freezable) | |
FreezeCore� | (Inherited from Animatable) | |
GetAsFrozenCore� | (Inherited from Freezable) | |
GetCurrentValueAsFrozenCore� | (Inherited from Freezable) | |
Invoke | Overridden.
This method is called when some criteria are met and the action should be invoked.
| |
MemberwiseClone� | (Inherited from Object) | |
OnAttached� |
Called after the action is attached to an AssociatedObject.
| |
OnChanged� | (Inherited from Freezable) | |
OnDetaching� |
Called when the action is being detached from its AssociatedObject, but before it has actually occurred.
| |
OnFreezablePropertyChanged� | Overloaded. (Inherited from Freezable) | |
OnPropertyChanged� | (Inherited from Freezable) | |
ReadPreamble� | (Inherited from Freezable) | |
SetMediaElementProperties |
When the action is invoked, this method is used to customize the dynamically created MediaElement.
| |
ShouldSerializeProperty� | (Inherited from DependencyObject) | |
WritePostscript� | (Inherited from Freezable) | |
WritePreamble� | (Inherited from Freezable) |
Public Events
� | Name | Description |
---|---|---|
Changed� | (Inherited from Freezable) |
Explicit Interface Implementations
� | Name | Description |
---|---|---|
System.Windows.Interactivity.IAttachedObject.AssociatedObject� |
Gets the object to which this |