Back to Devexpress

LayerBase.MaxZoomLevel Property

wpf-devexpress-dot-xpf-dot-map-dot-layerbase-abdd5645.md

latest1.3 KB
Original Source

LayerBase.MaxZoomLevel Property

Gets or sets the maximum zoom level at which this layer should be visible.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public double MaxZoomLevel { get; set; }
vb
Public Property MaxZoomLevel As Double

Property Value

TypeDescription
Double

A double value specifying the maximum zoom level.

|

Remarks

Use the LayerBase.MinZoomLevel and MaxZoomLevel properties to specify the minimum and maximum zoom levels at which this layer should be visible.

If you wish to change the current zoom level of a map control, use the MapControl.ZoomLevel property.

See Also

LayerBase Class

LayerBase Members

DevExpress.Xpf.Map Namespace