MediaCommands.Play 属性

定义

获取表示“播放”命令的值。

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

属性值

命令。

默认值
键笔势 未定义笔势。
UI 文本 显示

注解

此命令指示打算开始在当前位置玩游戏。

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

XAML 属性用法

<object property="Play"/>  

适用于

另请参阅