Class
DiagramConnectionClickEventArgs

The click event arguments.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DiagramConnectionClickEventArgs

Inheritance: objectDiagramConnectionClickEventArgs

Constructors

DiagramConnectionClickEventArgs()

Declaration

cs-api-definition
public DiagramConnectionClickEventArgs()

Properties

FromId

SPecifies the from shape id.

Declaration

cs-api-definition
public string FromId { get; set; }

Property Value

string

FromX

SPecifies the X coordinate.

Declaration

cs-api-definition
public double? FromX { get; set; }

Property Value

double?

FromY

SPecifies the Y coordinate.

Declaration

cs-api-definition
public double? FromY { get; set; }

Property Value

double?

ToId

SPecifies the to shape id.

Declaration

cs-api-definition
public string ToId { get; set; }

Property Value

string

ToX

SPecifies the X coordinate.

Declaration

cs-api-definition
public double? ToX { get; set; }

Property Value

double?

ToY

SPecifies the Y coordinate.

Declaration

cs-api-definition
public double? ToY { get; set; }

Property Value

double?