该枚举定义了节点图片类型常量。该枚举定义了一系列状态图片类型。
命名空间:
SuperMap.UI程序集: SuperMap.UI.Controls (in SuperMap.UI.Controls)
版本: dll
语法
C# |
---|
public enum TreeIconTypes |
成员
成员名称 | 描述 | |
---|---|---|
None |
无图标。
| |
Visible |
表示可视状态的图标。
| |
Selectable |
表示可选择状态的图标。
| |
Editable |
表示可编辑状态的图标。
| |
Snapable |
表示可捕捉状态的图标。
| |
AlwaysRender |
表示始终可渲染状态的图标。
| |
TypeIcon |
表示图层类型的图标。
| |
AllIcon |
表示所有状态均已激活的图标。
|