Back to Devexpress

DiagramOptionsCircularLayout.NodesSpacing Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionscircularlayout-96043dc5.md

latest1.7 KB
Original Source

DiagramOptionsCircularLayout.NodesSpacing Property

Specifies the spacing between the diagram items.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(20F)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual float NodesSpacing { get; set; }
vb
<DefaultValue(20F)>
<DiagramCategory(DiagramCategory.Layout)>
Public Overridable Property NodesSpacing As Single

Property Value

TypeDefaultDescription
Single20

A System.Single value that represents the spacing between the diagram items in pixels.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to NodesSpacing
DiagramControl

.OptionsCircularLayout .NodesSpacing

|

See Also

DiagramOptionsCircularLayout Class

DiagramOptionsCircularLayout Members

DevExpress.XtraDiagram.Options Namespace