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