点击或拖拽改变大小

MobileComponentCollectionCount 属性

获取集合中 Control 对象的总数。

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public int Count { get; }

属性值

类型:Int32
集合中的 Control 对象总数。

实现

ICollectionCount
备注
Count 属性包含分配给集合的 Control 对象数。可以将 Count 属性值用作循环上限以循环访问集合。
参见