TeachingTip.HeroContent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
显示在教学提示的页眉或页脚中的边框到边框的图形内容。 除非另有设置,否则将在目标教学提示中与尾部相反。
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