SankeyTitle
Telerik UI SankeyTitle. Children: SankeyTitleBorder, SankeyTitleMargin, SankeyTitlePadding.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class SankeyTitle : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentSankeyTitle
Implements:
Inherited Members
Constructors
public SankeyTitle()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
protected override void OnInitialized()
Overrides:
protected override void OnParametersSet()
Overrides:
Properties
Specifies the title align.
[Parameter]
public SankeyTitleAlign? Align { get; set; }
The background color of the title. Accepts a valid CSS color string, including hex and rgb.
[Parameter]
public string Background { get; set; }
The content of the component. Children: SankeyTitleBorder, SankeyTitleMargin, SankeyTitlePadding.
[Parameter]
public RenderFragment ChildContent { get; set; }
The text color of the title. Accepts a valid CSS color string, including hex and rgb.
[Parameter]
public string Color { get; set; }
The accessible description of the Sankey. The description is announced by screen readers when the Sankey is focused.
[Parameter]
public string Description { get; set; }
Specifies the title position.
[Parameter]
public SankeyTitlePosition? Position { get; set; }
The text of the Sankey title. You can also set the text directly for a title with default options.
[Parameter]
public string Text { get; set; }