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

Represents drop information.

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public struct DiagramDropInfo

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

Constructors

Initializes a new instance of the DiagramDropInfo struct.

C#
public DiagramDropInfo(Size dropSize, SerializationInfo info)
Parameters:dropSizeSize

Size of the drop.

infoSerializationInfo

The info.

Properties

Gets or sets the size of the drop.

C#
public Size DropSize { readonly get; set; }

Gets or sets the info.

C#
public SerializationInfo Info { readonly get; set; }