TeachingTip.CloseButtonContent 属性

定义

获取或设置教学提示的关闭按钮的内容。

public:
 property Platform::Object ^ CloseButtonContent { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable CloseButtonContent();

void CloseButtonContent(IInspectable value);
public object CloseButtonContent { get; set; }
var object = teachingTip.closeButtonContent;
teachingTip.closeButtonContent = object;
Public Property CloseButtonContent As Object

属性值

Object

Platform::Object

IInspectable

适用于