TitleBar.Content プロパティ

定義

タイトル バーの中央に表示するコンテンツを取得または設定します。

public:
 property UIElement ^ Content { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Content();

void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = titleBar.content;
titleBar.content = uIElement;
Public Property Content As UIElement

プロパティ値

タイトル バーの中央に表示するコンテンツ。 既定値は null です。

適用対象