Share via


MediaCommands.DecreaseTreble 屬性

定義

取得表示 Decrease Treble 命令的值。

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

屬性值

命令。

預設值
按鍵動作 未定義動作。
UI 文字 降低高音

備註

此命令指出減少三元的意圖。

沒有任何實際實作會回應任何指定物件上的命令;在許多情況下,響應該命令的實作是應用程式寫入器的責任。

XAML Attribute Usage

<object property="DecreaseTreble"/>  

適用於

另請參閱