LoopingSelector.ItemWidth 属性

定义

获取或设置 LoopingSelectorItem 中包含的 LoopingSelectorItem 的宽度。

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

LoopingSelector 中包含的 LoopingSelectorItem 的布局区域的宽度。

适用于