TdxMapLayer.Visible Property
Specifies if the map layer is visible.
Declaration
property Visible: Boolean read; write; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
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