Back to Devexpress

DxSankeyNodeSettings.Spacing Property

blazor-devexpress-dot-blazor-dot-dxsankeynodesettings-18563aae.md

latest992 B
Original Source

DxSankeyNodeSettings.Spacing Property

Specifies the vertical distance between two nodes.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(30)]
[Parameter]
public int Spacing { get; set; }

Property Value

TypeDefaultDescription
Int3230

The vertical distance between two nodes in pixels.

|

Remarks

Refer to the DxSankeyNodeSettings class description for additional information and an example.

See Also

DxSankeyNodeSettings Class

DxSankeyNodeSettings Members

DevExpress.Blazor Namespace