DK11 for ActiveX | TatukGIS_XDK11.TGIS_ControlLegendMode | Enums
Modes for TGIS_ControlLegend.
Available also on: Delphi FMX | .NET WinForms | Java.
// C# public enum TGIS_ControlLegendMode { Layers = 0, Groups = 1 }
' VisualBasic Public Enum TGIS_ControlLegendMode Layers = 0 Groups = 1 End Enum
// Oxygene type TGIS_ControlLegendMode = public ( Layers = 0, Groups = 1 );
Name | Value | Description | |
---|---|---|---|
Layers | 0 | Mode in which the legend displays layers in the drawing order. | |
Groups | 1 | Mode in which the legend displays grouped layers as a tree view. | |