ElementSoundKind Enum

Definition

Defines constants that specify the sound played by the ElementSoundPlayer.Play method.

public enum class ElementSoundKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class ElementSoundKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum ElementSoundKind
Public Enum ElementSoundKind
Inheritance
ElementSoundKind
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Fields

Focus 0

The sound to play when an element gets focus.

GoBack 6

The sound to play when a user navigates back.

Hide 3

The sound to play when a flyout, dialog, or command bar is closed.

Invoke 1

The sound to play when an element is invoked.

MoveNext 5

The sound to play when a user navigates to the next panel or view within a page.

MovePrevious 4

The sound to play when a user navigates to the previous panel or view within a page.

Show 2

The sound to play when a flyout, dialog, or command bar is opened.

Remarks

For more info, see Sound in UWP apps.

Applies to

See also