LoopingSelector.ItemHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.