Back to Devexpress

LayerBase.MinZoomLevel Property

windowsforms-devexpress-dot-xtramap-dot-layerbase-d2e8d67a.md

latest1.4 KB
Original Source

LayerBase.MinZoomLevel Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(0)]
public int MinZoomLevel { get; set; }
vb
<DefaultValue(0)>
Public Property MinZoomLevel As Integer

Property Value

TypeDefaultDescription
Int320

An integer value specifying the minimum zoom level.

|

Remarks

Use the LayerBase.MaxZoomLevel property to specify the maximum allowed zoom level for a layer.

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

See Also

MaxZoomLevel

LayerBase Class

LayerBase Members

DevExpress.XtraMap Namespace