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

プロパティ値

適用対象