MediaCommands.IncreaseTreble 屬性

定義

取得值,這個值代表 Increase Treble 命令。

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

屬性值

命令。

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

備註

此命令表示想要增加 Treble 的意圖。

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

XAML Attribute Usage

<object property="IncreaseTreble"/>  

適用於

另請參閱