共用方式為


LoopingSelector.ItemHeight 屬性

定義

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

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

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

屬性值

Int32

int

LoopingSelectorItem的配置區域高度,包含在LoopingSelector中。

適用於