Back to Devexpress

DiagramControl.CircularLayoutNodesSpacing Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-dbe838b0.md

latest1.2 KB
Original Source

DiagramControl.CircularLayoutNodesSpacing Property

Specifies the spacing between the diagram items to which the circular layout is applied. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public double CircularLayoutNodesSpacing { get; set; }
vb
Public Property CircularLayoutNodesSpacing As Double

Property Value

TypeDescription
Double

A System.Double value that is the spacing between the diagram items in pixels.

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace