RefreshVisualizer.Content プロパティ

定義

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

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.RefreshVisualizer.Content (Windows App SDKの WinUI の場合は、Windows App SDK名前空間を参照してください)。

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

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

プロパティ値

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

適用対象