点击或拖拽改变大小

SwebControlCollectionCount 属性

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

命名空间:  Swebui.Controls
程序集:  Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.134.17496+387d83fa8d4800e0d3012f4c3e32d7e2fc10ae68
语法
public int Count { get; }

属性值

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

实现

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