InkToolbarToolButton.IsExtensionGlyphShown 屬性

定義

取得或設定 是否要在 InkToolbarToolButton 上顯示圖像,以指出筆跡筆劃設定飛出視窗是否存在。

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

void IsExtensionGlyphShown(bool value);
public bool IsExtensionGlyphShown { get; set; }
var boolean = inkToolbarToolButton.isExtensionGlyphShown;
inkToolbarToolButton.isExtensionGlyphShown = boolean;
Public Property IsExtensionGlyphShown As Boolean

屬性值

Boolean

bool

如果顯示圖像,則為true;否則為false

適用於

另請參閱