共用方式為


InkToolbar.IsStencilButtonChecked 屬性

定義

取得或設定 InkToolbarStencilButton 的狀態, (和相關聯的工具) 開啟或關閉。

開啟時,樣板可與使用中的工具搭配運作。

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

void IsStencilButtonChecked(bool value);
public bool IsStencilButtonChecked { get; set; }
var boolean = inkToolbar.isStencilButtonChecked;
inkToolbar.isStencilButtonChecked = boolean;
Public Property IsStencilButtonChecked As Boolean

屬性值

Boolean

bool

如果選取樣板按鈕且樣板為使用中,則為true;否則為false

Windows 需求

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

適用於

另請參閱