Share via


RefreshVisualizer.Content プロパティ

定義

ビジュアライザーの内容を取得または設定します。

このドキュメントは、UWP 用 WinUI 2 に適用されます (Windows アプリ SDKWinUI については、Windows アプリ SDK名前空間を参照してください)。

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

void Content(UIElement value);
public UIElement Content { get; set; }
Public Property Content As UIElement

プロパティ値

ビジュアライザーの内容。

適用対象