Share via


LoopingSelector.ItemWidth 屬性

定義

取得或設定 LoopingSelectorItem 的寬度,包含在 LoopingSelector 中。

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

void ItemWidth(int value);
public int ItemWidth { get; set; }
var int32 = loopingSelector.itemWidth;
loopingSelector.itemWidth = int32;
Public Property ItemWidth As Integer

屬性值

Int32

int

LoopingSelectorItem 的版面配置區域寬度,包含在 LoopingSelector 中。

適用於