TeachingTip.HeroContent 属性

定义

显示在教学提示的页眉或页脚中的边框到边框的图形内容。 除非另有设置,否则将在目标教学提示中与尾部相反。

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

void HeroContent(UIElement value);
public UIElement HeroContent { get; set; }
var uIElement = teachingTip.heroContent;
teachingTip.heroContent = uIElement;
Public Property HeroContent As UIElement

属性值

适用于