Share via


XamlRoot.ContentIsland Property

Definition

Gets the ContentIsland associated with this **XamlRoot**.

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

Property Value

The ContentIsland associated with this **XamlRoot**.

Applies to