DK11 for Delphi | GisTypesUI.TGIS_LegendIconStyle | Enums
Style of legend icons.
// Delphi type TGIS_LegendIconStyle = ( Default, Rectangular );
// C++ Builder enum DECLSPEC_DENUM TGIS_LegendIconStyle unsigned short { Default, Rectangular };
Name | Value | Description | |
---|---|---|---|
Default | Default style. | ||
Rectangular | Area is drawn as a rectangle instead of triangle. | ||