SankeyLegendPadding
Class
Telerik UI SankeyLegendPadding.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SankeyLegendPadding : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentSankeyLegendPadding
Implements:
Inherited Members
Constructors
C#
public SankeyLegendPadding()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
Properties
The bottom padding of the Sankey legend.
C#
[Parameter]
public double? Bottom { get; set; }
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
The right padding of the Sankey legend.
C#
[Parameter]
public double? Right { get; set; }