User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_legendiconstyle

Table of Contents

TGIS_LegendIconStyle enum

DK11 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 style.
Rectangular Area is drawn as a rectangle instead of triangle.

2023/11/05 01:21

Page Tools