Back to Devexpress

TdxMapLayer.Visible Property

vcl-dxmaplayer-dot-tdxmaplayer-4376d169.md

latest994 B
Original Source

TdxMapLayer.Visible Property

Specifies if the map layer is visible.

Declaration

delphi
property Visible: Boolean read; write; default True;

Property Value

TypeDefaultDescription
BooleanTrue

True if the map layer is visible; otherwise, False.

|

Remarks

Set the Visible property to True or False to explicitly display or hide the map layer. The parent Map Control can display a map layer only if it is associated with a map projection.

Default Value

The Visible property’s default value is True.

See Also

TdxMapLayer.IsActuallyVisible Function

TdxMapLayer Class

TdxMapLayer Members

dxMapLayer Unit