DK11 for Python | tatukgis.pdk.TGIS_LayerVector.PaintShapeLabelEvent | Constructors | Methods | Properties | Events
PaintShapeLabel event.
# Python @property def PaintShapeLabelEvent( self ) -> TGIS_ShapeEvent: @PaintShapeLabelEvent.setter def PaintShapeLabelEvent( self, _value: TGIS_ShapeEvent ) -> None:
Type |
---|
TGIS_ShapeEvent |
When attached, DrawLabel for each shape will not be called internally. Use it to make custom actions when drawing labels for individual shapes.
See Paint for similar example.