Click or drag to resize

LayersGadgetLayerListReverted Property

Gets or sets a value indicating whether the layer list is shown reverted. By default, the value is false and the layers are shown bottom up in the list. The layer which is painted on the bottom of the map is also shown at the last position in the map. If this parameter is true, the bottom layer is shown at the first position in the list.

Namespace:  Ptv.XServer.Controls.Map.Gadgets
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public bool LayerListReverted { get; set; }

Property Value

Type: Boolean
Flag indicating whether the layer list should be displayed reverted.
See Also