ElementSoundPlayerState 枚举

定义

定义指定 XAML 控件是否播放声音的常量。

public enum class ElementSoundPlayerState
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class ElementSoundPlayerState
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum ElementSoundPlayerState
Public Enum ElementSoundPlayerState
继承
ElementSoundPlayerState
属性

字段

Auto 0

平台确定是否播放声音。

Off 1

声音永远不会在任何平台上播放。

On 2

声音在所有平台上播放。

注解

此枚举由 ElementSoundPlayer.State 属性使用。

有关详细信息,请参阅 声音设计指南

适用于

另请参阅