Hub.SectionsInView 属性

定义

获取屏幕上当前的中心部分。

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)

属性值

当前位于屏幕上的中心部分。

适用于