共用方式為


InjectedInputTouchInfo.Orientation 屬性

定義

取得或設定繞著指標裝置主要軸旋轉的逆時針角度, (Z 軸,垂直于數位板表面) 。

public:
 property int Orientation { int get(); void set(int value); };
int Orientation();

void Orientation(int value);
public int Orientation { get; set; }
var int32 = injectedInputTouchInfo.orientation;
injectedInputTouchInfo.orientation = int32;
Public Property Orientation As Integer

屬性值

Int32

int

指標方向,其值介於 0 到 359 之間,其中 0 表示與 X 軸對齊的觸控指標,並從左至右指向;遞增值表示逆時針方向旋轉的程度。 預設值是 0。

範例

以下是示範基本輸入和輸入插入的一些可下載範例:

備註

重要

此命名空間中的 API 需要 inputInjectionBrokered 受限制的功能

使用輸入插入需要將下列專案新增至 Package.appxmanifest:

  • <Package>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • <Capabilities>
    • <rescap:Capability Name="inputInjectionBrokered" />

適用於

另請參閱