MediaCommands.DecreaseVolume 属性

定义

获取表示“减少卷”命令的值。

public:
 static property System::Windows::Input::RoutedUICommand ^ DecreaseVolume { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand DecreaseVolume { get; }
static member DecreaseVolume : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property DecreaseVolume As RoutedUICommand

属性值

命令。

默认值
键手势 未定义手势。
UI 文本 减少音量

注解

此命令指示减少卷的意图。

不一定是响应任何给定对象的命令的实际实现;在许多情况下,响应该命令的实现是应用程序编写器的责任。

XAML 属性用法

<object property="DecreaseVolume"/>

适用于

另请参阅