Skip to main content
All docs
V25.1
  • ExpandedClusterSpiralLayout.StartRadius Property

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

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.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