User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layervector.labelposevent

Table of Contents

TGIS_LayerVector.LabelPosEvent event

DK11 for Java | tatukgis.jdk.TGIS_LayerVector.LabelPosEvent | Constructors | Fields | Methods | Properties | Events

LabelPos event.

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

Syntax

// Java
public TGIS_ShapePosEvent getLabelPosEvent();
 
public void setLabelPosEvent(
  TGIS_ShapePosEvent _value
);
// Oxygene
public
  property LabelPosEvent : TGIS_ShapePosEvent read write;

Value

Remarks

Will be fired before placing the label. By attaching it you can change the Label position on your own.

See Paint for similar example.

2022/11/16 01:49

Page Tools