Class SankeyNodeAlign
Specifies the alignment options for the node in a SfSankey.
Inheritance
System.Object
SankeyNodeAlign
Namespace: Syncfusion.Blazor.Sankey
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SankeyNodeAlign : Enum
Fields
Left
Align the node to the left.
Declaration
public const SankeyNodeAlign Left
Field Value
Type |
---|
SankeyNodeAlign |
Stretch
Stretch the node to fit.
Declaration
public const SankeyNodeAlign Stretch
Field Value
Type |
---|
SankeyNodeAlign |
Top
Align the node to the top.
Declaration
public const SankeyNodeAlign Top
Field Value
Type |
---|
SankeyNodeAlign |