InkToolbarMenuButton.IsExtensionGlyphShown 属性

定义

获取或设置菜单按钮上是否显示扩展标志符号。

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

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

属性值

Boolean

bool

如果显示字形,则为 true。 否则为 false

适用于

另请参阅