ClassDiagramLayoutGrid
Telerik UI DiagramLayoutGrid.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DiagramLayoutGrid : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDiagramLayoutGrid
Implements:
Inherited Members
Constructors
DiagramLayoutGrid()
Declaration
public DiagramLayoutGrid()
Properties
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
ComponentSpacingX
Defines the horizontal spacing between each component. The default is 50.
Declaration
[Parameter]
public double? ComponentSpacingX { get; set; }
Property Value
ComponentSpacingY
Defines the vertical spacing between each component. The default is 50.
Declaration
[Parameter]
public double? ComponentSpacingY { get; set; }
Property Value
OffsetX
Defines the left offset of the grid layout. The default is 50.
Declaration
[Parameter]
public double? OffsetX { get; set; }
Property Value
OffsetY
Defines the top offset of the grid layout. The default is 50.
Declaration
[Parameter]
public double? OffsetY { get; set; }
Property Value
Width
Defines the width of the grid. The bigger this parameter the more components will be organized in an horizontal row. How many components really depends on your diagram and they type of layout applied to each component. The default is set to 800.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns