Table of Contents

TTMSFNCOpenLayersLabel Class

Configures text and appearance for labels displayed on OpenLayers map elements.

API unit family: TMSFNCOpenLayers Inherits from: TPersistent

Syntax

TTMSFNCOpenLayersLabel = class(TPersistent)

Properties

Name Description
BackgroundColor Specifies the label background color.
BorderColor Specifies the label border color.
FontColor Specifies the label font color.
FontSize Specifies the label font size in pixels.
OffsetX Specifies the horizontal label offset in pixels.
OffsetY Specifies the vertical label offset in pixels.
Padding Specifies the label padding in pixels.
Text Specifies the text displayed by the label.

Events

Name Description
OnChange Occurs when settings change.