InkToolbar.IsRulerButtonChecked 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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。