MediaCommands.DecreaseBass 属性

定义

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

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

属性值

命令。

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

注解

此命令指示降低低音的意图。

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

XAML 属性用法

<object property="DecreaseBass"/>

适用于

另请参阅