Skip to main content

MapClustererBase.ItemMaxSize Property

Gets the maximum size of a map item that is the cluster representative.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
Int32 50

A Int32 value.

Remarks

This value makes sense only for items that have the Size property. MapItem

See Also