点击或拖拽改变大小

SwebComponentCollectionCount 属性

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

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

属性值

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

实现

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