DiagramLayoutGrid
Class
Telerik UI DiagramLayoutGrid.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DiagramLayoutGrid : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDiagramLayoutGrid
Implements:
Inherited Members
Constructors
C#
public DiagramLayoutGrid()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
Properties
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
Defines the horizontal spacing between each component. The default is 50.
C#
[Parameter]
public double? ComponentSpacingX { get; set; }
Defines the vertical spacing between each component. The default is 50.
C#
[Parameter]
public double? ComponentSpacingY { get; set; }
Defines the left offset of the grid layout. The default is 50.
C#
[Parameter]
public double? OffsetX { get; set; }
Defines the top offset of the grid layout. The default is 50.
C#
[Parameter]
public double? OffsetY { get; set; }
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.
C#
[Parameter]
public double? Width { get; set; }