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

속성 값

적용 대상