共用方式為


InjectedInputPenInfo.Rotation 屬性

定義

取得或設定指標的順時針旋轉或旋轉。

public:
 property double Rotation { double get(); void set(double value); };
double Rotation();

void Rotation(double value);
public double Rotation { get; set; }
var double = injectedInputPenInfo.rotation;
injectedInputPenInfo.rotation = double;
Public Property Rotation As Double

屬性值

Double

double

指標的順時針旋轉或旋轉,標準化為介於 0 到 359 之間的範圍。 預設值是 0。

範例

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

備註

重要

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

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

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

適用於

另請參閱