点击或拖拽改变大小

IElementCollection 接口

元素集合 接口

命名空间:  GISShare.SMap.WPF.Element
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public interface IElementCollection : IEnumerable

The IElementCollection type exposes the following members.

属性
  名称说明
公共属性Count
获取其携带的IElement总数
公共属性Item
获取IElement 通过 索引
Top
方法
  名称说明
公共方法Add
添加一个 IElement
公共方法Clear
清空 IElement元素
公共方法IndexOf
获取IElement索引
公共方法Insert
加入一个 IElement元素
公共方法RemoveAt
移除IElement 通过 索引
Top
参见