Share via


XamlIsland.ContentIsland Property

Definition

Gets the **ContentIsland** associated with the **XamlIsland**.

public:
 property ContentIsland ^ ContentIsland { ContentIsland ^ get(); };
ContentIsland ContentIsland();
public ContentIsland ContentIsland { get; }
var contentIsland = xamlIsland.contentIsland;
Public ReadOnly Property ContentIsland As ContentIsland

Property Value

The **ContentIsland** associated with the **XamlIsland**.

Applies to