Record TMapMarkCaptionStyle

Hierarchy
Methods
Properties

Unit

Declaration

type TMapMarkCaptionStyle = record

Description

Visual properties of mapmark's caption

Overview

Fields

Public Visible: Boolean;
Public Color: TColor;
Public BgColor: TColor;
Public DX: Integer;
Public DY: Integer;
Public Transparent: Boolean;

Description

Fields

Public Visible: Boolean;

Visibility flag

Public Color: TColor;

This item has no description.

Public BgColor: TColor;

Caption background color if Transparent is False

Public DX: Integer;

Caption offsets from the TopRight corner of mapmark glyph rectangle, in pixels

Public DY: Integer;

Caption offsets from the TopRight corner of mapmark glyph rectangle, in pixels

Public Transparent: Boolean;

Caption transparency flag


Generated by PasDoc 0.16.0.