LoopingSelector.ItemWidth 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 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.