Class SankeyTitleAlign
Specifies the title align.
Inheritance
System.Object
SankeyTitleAlign
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class SankeyTitleAlign : Enum
Fields
Center
The text is aligned to the middle
Declaration
public const SankeyTitleAlign Center
Field Value
SankeyTitleAlign
|
Left
The text is aligned to the left.
Declaration
public const SankeyTitleAlign Left
Field Value
SankeyTitleAlign
|
Right
The text is aligned to the right.
Declaration
public const SankeyTitleAlign Right
Field Value
SankeyTitleAlign
|
value__
Declaration
public int value__
Field Value
System.Int32
|