Class
DiagramShapeEditable

Telerik UI DiagramShapeEditable.

Definition

Constructors

DiagramShapeEditable()

Declaration

cs-api-definition
public DiagramShapeEditable()

Properties

ChildContent

Declaration

cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

Connect

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.

Declaration

cs-api-definition
[Parameter]
public bool? Connect { get; set; }

Property Value

bool?

Drag

Specifies if the shape can be dragged.

Declaration

cs-api-definition
[Parameter]
public bool? Drag { get; set; }

Property Value

bool?

Enabled

Enables or disables the setting.

Declaration

cs-api-definition
[Parameter]
public bool? Enabled { get; set; }

Property Value

bool?

Remove

Specifies if the shape can be removed.

Declaration

cs-api-definition
[Parameter]
public bool? Remove { get; set; }

Property Value

bool?

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

OnAfterRender(bool)

Declaration

cs-api-definition
protected override void OnAfterRender(bool firstRender)

Parameters

firstRender

bool

Overrides ComponentBase.OnAfterRender(bool)

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides DataVizChildComponent.OnInitialized()

OnParametersSet()

Declaration

cs-api-definition
protected override void OnParametersSet()

Overrides ComponentBase.OnParametersSet()

Serialize()

Declaration

cs-api-definition
public Dictionary<string, object> Serialize()

Returns

Dictionary<string, object>