LoopingSelector.ItemWidth Property

Definition

Gets or sets the width of a LoopingSelectorItem that is contained in a 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

Property Value

Int32

int

The width of the layout area for the LoopingSelectorItem that is contained in the LoopingSelector.

Applies to