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

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class DiagramShapeDragDescriptor

Inheritance: objectDiagramShapeDragDescriptor

Constructors

C#
public DiagramShapeDragDescriptor()

Properties

The unique identifier of the shape being dragged.

C#
public string Id { get; set; }