Skip to main content
A newer version of this page is available. .
All docs
V21.2

ExpandedClusterCircularLayout.Radius Property

Gets or sets the circle radius in pixels.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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