DK11 for Java | tatukgis.jdk.TGIS_LayerVector.LabelPosEvent | Constructors | Fields | Methods | Properties | Events
LabelPos event.
// Java public TGIS_ShapePosEvent getLabelPosEvent(); public void setLabelPosEvent( TGIS_ShapePosEvent _value );
// Oxygene public property LabelPosEvent : TGIS_ShapePosEvent read write;
Type |
---|
TGIS_ShapePosEvent |
Will be fired before placing the label. By attaching it you can change the Label position on your own.
See Paint for similar example.