Hub.DefaultSectionIndex 属性

定义

获取或设置初始化中心时要首先显示的 中心 部分的索引。

public:
 property int DefaultSectionIndex { int get(); void set(int value); };
int DefaultSectionIndex();

void DefaultSectionIndex(int value);
public int DefaultSectionIndex { get; set; }
var int32 = hub.defaultSectionIndex;
hub.defaultSectionIndex = int32;
Public Property DefaultSectionIndex As Integer
<Hub DefaultSectionIndex=int/>

属性值

Int32

int

初始化中心时要首先显示的 中心 部分的索引。

适用于

另请参阅