共用方式為


InjectedInputPenInfo.TiltY 屬性

定義

取得或設定沿著 Y 軸的指標傾斜角度。

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

void TiltY(int value);
public int TiltY { get; set; }
var int32 = injectedInputPenInfo.tiltY;
injectedInputPenInfo.tiltY = int32;
Public Property TiltY As Integer

屬性值

Int32

int

指標沿著 -90 到 +90 範圍之 Y 軸傾斜的角度,具有正值,表示向使用者傾斜。 預設值是 0。

範例

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

備註

重要

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

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

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

適用於

另請參閱