Class
DiagramShapeDragDescriptor

Contains identifying information for a shape involved in a drag operation.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DiagramShapeDragDescriptor

Inheritance: objectDiagramShapeDragDescriptor

Constructors

DiagramShapeDragDescriptor()

Declaration

cs-api-definition
public DiagramShapeDragDescriptor()

Properties

Id

The unique identifier of the shape being dragged.

Declaration

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

Property Value

string