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

MapClustererBase.ItemMinSize Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

[DefaultValue(10)]
public int ItemMinSize { get; set; }

Property Value

Type Default Description
Int32 10

A Int32 value.

Remarks

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

See Also