Back to Devexpress

ExpandedClusterCircularLayout.Radius Property

windowsforms-devexpress-dot-xtramap-dot-expandedclustercircularlayout.md

latest1.1 KB
Original Source

ExpandedClusterCircularLayout.Radius Property

Gets or sets the circle radius in pixels.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(50)]
public int Radius { get; set; }
vb
<DefaultValue(50)>
Public Property Radius As Integer

Property Value

TypeDefaultDescription
Int3250

The radius of the circle that defines the layout of clustered items.

|

See Also

ExpandedClusterCircularLayout Class

ExpandedClusterCircularLayout Members

DevExpress.XtraMap Namespace