User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_labelposition

Table of Contents

TGIS_LabelPosition enum

DK11 for Delphi | GisTypes.TGIS_LabelPosition | Enums

Position of a label.

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

Syntax

// Delphi
type
  TGIS_LabelPosition = (
    Undefined, UpLeft, UpCenter, UpRight, MiddleLeft, MiddleCenter, MiddleRight, 
    DownLeft, DownCenter, DownRight, Flow
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_LabelPosition unsigned short {
  Undefined, UpLeft, UpCenter, UpRight, MiddleLeft, MiddleCenter, MiddleRight, DownLeft, 
  DownCenter, DownRight, Flow
};

Members

Name Value Description
Undefined Undefined.
UpLeft up-left to the insertion point.
UpCenter Up-center to the insertion point.
UpRight Up-right to the insertion point.
MiddleLeft Middle-left to the insertion point.
MiddleCenter Middle-center to the insertion point.
MiddleRight Middle-right to the insertion point.
DownLeft down-left to the insertion point.
DownCenter Down-center to the insertion point.
DownRight down-right to the insertion point.
Flow Labels will be positioned based on the visible part of extent.

2022/11/30 19:19

Page Tools