RefreshVisualizer.Content Property

Definition

Gets or sets the content of the visualizer.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

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

Property Value

The content of the visualizer.

Applies to