Skip to main content
A newer version of this page is available. .

MapClustererBase.StepInPixels Property

Gets or sets the maximum distance between MapItem objects inside one cluster.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(50)]
public int StepInPixels { get; set; }

Property Value

Type Default Description
Int32 50

A Int32 value.

See Also