次の方法で共有


LoopingSelector.ItemWidth プロパティ

定義

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 のレイアウト領域の幅

適用対象