TdxMapLayer.Visible Property
Switches the visibility of the map layer.
Declaration
property Visible: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to True to display the map layer within its map control. Otherwise, the map layer is hidden.
The default value of the Visible property is True.
See Also