Hub.SectionsInView Property

Definition

Gets the hub sections currently on the screen.

public:
 property IVector<HubSection ^> ^ SectionsInView { IVector<HubSection ^> ^ get(); };
IVector<HubSection> SectionsInView();
public IList<HubSection> SectionsInView { get; }
var iVector = hub.sectionsInView;
Public ReadOnly Property SectionsInView As IList(Of HubSection)

Property Value

The hub sections currently on the screen.

Applies to