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

ExpandedClusterSpiralLayout.StartRadius Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
Int32 42

The radius in pixels.

See Also