User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_legendiconstyle

Table of Contents

TGIS_LegendIconStyle enum

DK for Delphi | GisTypesUI.TGIS_LegendIconStyle | Enums

Style of legend icons.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
type
  TGIS_LegendIconStyle = (
    Default, Rectangular
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_LegendIconStyle unsigned short {
  Default, Rectangular
};

Members

Name Value Description
Default Default legend icon style.
Rectangular Area symbols are drawn as rectangles instead of triangles.

2026/07/11 00:44

Page Tools