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

プロパティ値

適用対象