Skip to main content
All docs
V25.1
  • DxSankeyNodeSettings.Spacing Property

    Specifies the vertical distance between two nodes.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

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

    Property Value

    Type Default Description
    Int32 30

    The vertical distance between two nodes in pixels.

    Remarks

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

    See Also