Struct
DiagramDropInfo

Represents drop information.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

cs-api-definition
public struct DiagramDropInfo

Inherited Members ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()

Constructors

DiagramDropInfo(Size, SerializationInfo)

Initializes a new instance of the DiagramDropInfo struct.

Declaration

cs-api-definition
public DiagramDropInfo(Size dropSize, SerializationInfo info)

Parameters

dropSize

Size

Size of the drop.

info

SerializationInfo

The info.

Properties

DropSize

Gets or sets the size of the drop.

Declaration

cs-api-definition
public Size DropSize { readonly get; set; }

Property Value

Size

Info

Gets or sets the info.

Declaration

cs-api-definition
public SerializationInfo Info { readonly get; set; }

Property Value

SerializationInfo