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