Class
DiagramShapeDefaultsConnector

Definition

Constructors

DiagramShapeDefaultsConnector()

Declaration

cs-api-definition
public DiagramShapeDefaultsConnector()

Properties

ChildContent

Declaration

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

Property Value

RenderFragment

Height

Defines the height of the shape connectors.

Declaration

cs-api-definition
[Parameter]
public double? Height { get; set; }

Property Value

double?

Name

The connector name. The name is referenced when specifying explicit fromConnector and toConnector values in a connection.

Declaration

cs-api-definition
[Parameter]
public string Name { get; set; }

Property Value

string

Offset

Defines the offset applied to the connector position. The offset pushes the connector away from the shape edge by the specified number of pixels in the direction appropriate for the connector's position (e.g., upward for "top", downward for "bottom", etc.).

Declaration

cs-api-definition
[Parameter]
public double? Offset { get; set; }

Property Value

double?

Width

Defines the width of the shape connectors.

Declaration

cs-api-definition
[Parameter]
public double? Width { get; set; }

Property Value

double?

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

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

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

Dispose(bool)

Declaration

cs-api-definition
protected override void Dispose(bool disposing)

Parameters

disposing

bool

Overrides DataVizChildComponent.Dispose(bool)

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()