Share via


XamlIsland.Content Property

Definition

Gets or sets the XAML content for the **XamlIsland** to host.

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

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

Property Value

The XAML content for the **XamlIsland** to host.

Applies to