TiledLayerIsBaseMapLayer Property |
Gets or sets a value indicating whether the layer is a base map layer, which means it is part of the
basic map and not additional content.
Namespace:
Ptv.XServer.Controls.Map.Layers.Tiled
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public bool IsBaseMapLayer { get; set; }
Public Property IsBaseMapLayer As Boolean
Get
Set
public:
property bool IsBaseMapLayer {
bool get ();
void set (bool value);
}
member IsBaseMapLayer : bool with get, set
Property Value
Type:
BooleanSee Also