TdxMapItemTitleOptions.Visibility Property
Switches the visibility of map item titles.
#Declaration
property Visibility: TdxMapItemTitleVisibility read; write; default mitvAuto;
#Property Value
Type | Default |
---|---|
Tdx |
mitv |
#Remarks
Options include:
Value | Description |
---|---|
mitv | The title is hidden for a map item if mitv |
mitv | The title is displayed for a map item if the following conditions are met:
|
mitv | The title is displayed unless specified otherwise using the counterpart property (the map item’s Title |
Use the Text property to specify the title’s text.
The default value of the Visibility property is mitvAuto.