LoopingSelector.ItemHeight Property

Definition

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

Property Value

Int32

int

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

Applies to