Pivot.SelectedIndex 屬性

定義

取得或設定 Pivot中目前選取專案的以零起始的索引。

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

void SelectedIndex(int value);
public int SelectedIndex { get; set; }
var int32 = pivot.selectedIndex;
pivot.selectedIndex = int32;
Public Property SelectedIndex As Integer

屬性值

Int32

int

目前選取專案的以零起始的索引。

適用於