LoopingSelector.ItemHeight 属性

定义

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 中包含的布局区域的高度。

适用于