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