TTMSFNCMapsLabel Class
Represents a text label anchored to a coordinate or bounds area.
API unit family: TMSFNCMaps
Inherits from: TCollectionItem
Syntax
TTMSFNCMapsLabel = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| BackgroundColor | Background Color used when rendering the element. |
| BorderColor | Border Color used when rendering the element. |
| BorderWidth | Border Width value. |
| Bounds | Bounds associated with the item. |
| Coordinate | Coordinate associated with the item. |
| DataBoolean | Custom application data associated with the item. |
| DataInteger | Custom application data associated with the item. |
| DataObject | Custom application data associated with the item. |
| DataPointer | Custom application data associated with the item. |
| DataString | Custom application data associated with the item. |
| Font | Font value. |
| ID | Unique identifier assigned to the map element. |
| LabelType | Label Type value. |
| Maps | Maps value. |
| Position | Position value. |
| Recreate | Specifies whether the item must be recreated on the next map update. Set to True to recreate it. |
| Text | Text value. |
| Visible | Specifies whether the item is displayed on the map. |