Skip to main content

MapClustererBase.StepInPixels Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.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