DK for Delphi | FMX.GisControlAttributes.TGIS_LayoutType | Enums
Layout modes for presenting shape attributes in the control.
Available also on: .NET WinForms | Java | ActiveX.
// Delphi type TGIS_LayoutType = ( OneColumn, TwoColumns );
// C++ Builder enum DECLSPEC_DENUM TGIS_LayoutType unsigned short { OneColumn, TwoColumns };
| Name | Value | Description | |
|---|---|---|---|
| OneColumn | Attribute names and values displayed in a single column. | ||
| TwoColumns | Attribute names displayed on the left and values on the right. | ||