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

适用于

另请参阅