Class DiagramDropInfo
Represents drop information.
Inheritance
System.Object
DiagramDropInfo
Namespace: Telerik.Windows.Controls.Diagrams
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public sealed class DiagramDropInfo : ValueType
Constructors
DiagramDropInfo(Size, SerializationInfo)
Initializes a new instance of the DiagramDropInfo struct.
Declaration
public DiagramDropInfo(Size dropSize, SerializationInfo info)
Parameters
System.Windows.Size
dropSize
Size of the drop. |
SerializationInfo
info
The info. |
Properties
DropSize
Gets or sets the size of the drop.
Declaration
public Size DropSize { get; set; }
Property Value
System.Windows.Size
|
Info
Gets or sets the info.
Declaration
public SerializationInfo Info { get; set; }
Property Value
SerializationInfo
|