Struct DiagramDropInfo
Represents drop information.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls.UI.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public struct DiagramDropInfo
Constructors
DiagramDropInfo(Size, SerializationInfo)
Initializes a new instance of the DiagramDropInfo struct.
Declaration
public DiagramDropInfo(Size dropSize, SerializationInfo info)
Parameters
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
Size
|
Info
Gets or sets the info.
Declaration
public SerializationInfo Info { get; set; }
Property Value
SerializationInfo
|