共用方式為


InkToolbar.Orientation 屬性

定義

取得或設定 InkToolbar的方向。

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

void Orientation(Orientation value);
public Orientation Orientation { get; set; }
var orientation = inkToolbar.orientation;
inkToolbar.orientation = orientation;
Public Property Orientation As Orientation

屬性值

筆跡工具列可以擁有的不同方向。

Windows 需求

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

適用於

另請參閱