Skip to main content
All docs
V23.2

ExpandedClusterCircularLayout.Radius Property

Gets or sets the circle radius in pixels.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
Int32 50

The radius of the circle that defines the layout of clustered items.

See Also