Skip to main content
All docs
V25.1
  • ExpandedClusterCircularLayout.Radius Property

    Gets or sets the circle radius in pixels.

    Namespace: DevExpress.XtraMap

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