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

MapClusterer.ClusterSettings Property

Gets or sets the settings used to generate cluster representatives.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public MapItemSettings ClusterSettings { get; set; }

Property Value

Type Description
MapItemSettings

A MapItemSettings object containing map item settings.

See Also