Skip to main content

TdxMapItemTitleOptions.Visibility Property

Switches the visibility of map item titles.

Declaration

property Visibility: TdxMapItemTitleVisibility read; write; default mitvAuto;

Property Value

Type Default
TdxMapItemTitleVisibility mitvAuto

Remarks

Options include:

Value

Description

mitvHidden

The title is hidden for a map item if mitvHidden is assigned either to the map item’s TitleOptions.Visibility or a map layer’s ItemTitleOptions.Visibility property.

mitvAuto

The title is displayed for a map item if the following conditions are met:

  • mitvAuto is assigned both to the map item’s TitleOptions.Visibility and a map layer’s ItemTitleOptions.Visibility property;

  • The title’s text fits the map item’s bounds.

mitvVisible

The title is displayed unless specified otherwise using the counterpart property (the map item’s TitleOptions.Visibility or a map layer’s ItemTitleOptions.Visibility).

Use the Text property to specify the title’s text.

The default value of the Visibility property is mitvAuto.

See Also