Share via


InkToolbarCustomPenButton.ConfigurationContent 属性

定义

获取或设置与 InkToolbarCustomPenButton 关联的可选墨迹笔划配置浮出控件的内容。

public:
 property UIElement ^ ConfigurationContent { UIElement ^ get(); void set(UIElement ^ value); };
UIElement ConfigurationContent();

void ConfigurationContent(UIElement value);
public UIElement ConfigurationContent { get; set; }
var uIElement = inkToolbarCustomPenButton.configurationContent;
inkToolbarCustomPenButton.configurationContent = uIElement;
Public Property ConfigurationContent As UIElement

属性值

浮出控件的内容。 默认值为 null

注解

InkToolbar 上的每个功能都可以支持浮出控件中的补充功能, (功能按钮上的“扩展字形”向用户指示该功能) 可用。

若要访问该功能,必须已选择功能按钮,并且用户必须再次选择该按钮。

适用于

另请参阅