Skip to main content
A newer version of this page is available. .
All docs
V22.1

ExpandedClusterSpiralLayout.StartRadius Property

Gets or sets the radius of the spiral’s inner circle.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v22.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(42)]
public int StartRadius { get; set; }

Property Value

Type Default Description
Int32 42

The radius in pixels.

See Also