New to Telerik UI for BlazorStart a free 30-day trial

Telerik UI DiagramShapeEditable.

Definition

Constructors

C#
public DiagramShapeEditable()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

C#
protected override void OnAfterRender(bool firstRender)
Parameters:firstRenderbool

Overrides: ComponentBase.OnAfterRender(bool)

C#
protected override void OnInitialized()

Overrides: DataVizChildComponent.OnInitialized()

C#
protected override void OnParametersSet()

Overrides: ComponentBase.OnParametersSet()

C#
public Dictionary<string, object> Serialize()
Returns:

Dictionary<string, object>

Properties

C#
[Parameter]
public RenderFragment ChildContent { get; set; }

Specifies whether the connectors should appear on hover. If set to false, the user will not be able to create new connections from this shape to other shapes. Also, it will not be possible to change the connector of an existing connection between this and another shape.

C#
[Parameter]
public bool? Connect { get; set; }

Specifies if the shape can be dragged.

C#
[Parameter]
public bool? Drag { get; set; }

Enables or disables the setting.

C#
[Parameter]
public bool? Enabled { get; set; }

Specifies if the shape can be removed.

C#
[Parameter]
public bool? Remove { get; set; }