共用方式為


InkToolbar.IsRulerButtonChecked 屬性

定義

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

開啟時,尺規會與使用中的工具搭配運作。

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

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

屬性值

Boolean

bool

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

適用於

另請參閱