Telerik UI DiagramConnectionDefaults.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DiagramConnectionDefaults : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDiagramConnectionDefaults
Implements:
Inherited Members
Constructors
C#
public DiagramConnectionDefaults()
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; }
Specifies the name of the source shape connector that should be used by default. Valid values are "top", "right", "bottom", "left" and "auto".
C#
[Parameter]
public DiagramConnectionsFromConnector? FromConnector { get; set; }
Specifies if connections can be selected.
C#
[Parameter]
public bool? Selectable { get; set; }
Specifies the name of the target shape connector that should be used by default. Valid values are "top", "right", "bottom", "left" and "auto".
C#
[Parameter]
public DiagramConnectionsToConnector? ToConnector { get; set; }
The connections type.
C#
[Parameter]
public DiagramConnectionType? Type { get; set; }