LoopingSelector.ItemHeight 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 LoopingSelector 中包含的 LoopingSelectorItem 的高度。
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
属性值
Int32
int
LoopingSelectorItem 中包含的布局区域的高度。