共用方式為


RadialControllerScreenContactStartedEventArgs.IsButtonPressed 屬性

定義

取得是否按下滾輪裝置。

public:
 property bool IsButtonPressed { bool get(); };
bool IsButtonPressed();
public bool IsButtonPressed { get; }
var boolean = radialControllerScreenContactStartedEventArgs.isButtonPressed;
Public ReadOnly Property IsButtonPressed As Boolean

屬性值

Boolean

bool

如果按下則為 true。 否則為 false

Windows 需求

規格需求 Description
裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

適用於