DK for .NET | TatukGIS.NDK.WinForms.TGIS_LayoutType | Enums
Type represents how field names & values are arranged.
Available also on: Delphi FMX | Java | ActiveX.
// C# public enum TGIS_LayoutType { OneColumn, TwoColumns }
' VisualBasic Public Enum TGIS_LayoutType OneColumn TwoColumns End Enum
// Oxygene type TGIS_LayoutType = public ( OneColumn, TwoColumns );
| Name | Value | Description | |
|---|---|---|---|
| OneColumn | Field names and values listed in a staggered manner. | ||
| TwoColumns | Left column with field names; right one with values. | ||