Description


The class is designed to customize the label for the marker.



Class Properties

 Property

 Type

 Description

 BorderColor

 TColor

 The border color of the label.

 Color

 TColor

 The color of the label.

 Font

 TFont

 The font for the label text.

 Margin

 Integer

 The margin in pixels between the label border and the label text.

 OffsetLeft

 Integer

 The left offset of the label relative to the marker coordinates. This is a percentage value. For example the value 0 will center align the label, the value 50 will right align the label.

 OffsetTop

 Integer

 The top offset of the label relative to the marker coordinates. This is a pixel value. With a default Font.Size and the default Marker the label is displayed on top of the Marker.

 Text

 String

 The text displayed in the label. If this value is empty, no label is displayed. You can use html tags.