Class DragDockInfo
The DragDockInfo class the contains the dragged control information.
Inheritance
System.Object
DragDockInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DragDockInfo
Constructors
DragDockInfo()
Declaration
public DragDockInfo()
Properties
Controller
Gets / Sets the DockControllerBase.
Declaration
public DockControllerBase Controller { get; set; }
Property Value
Type |
---|
DockControllerBase |
DockArea
Gets / Sets the Dock Area
Declaration
public Rectangle DockArea { get; set; }
Property Value
Type |
---|
System.Drawing.Rectangle |
DockingStyle
Gets / Sets the DockingStyle
Declaration
public DockingStyle DockingStyle { get; set; }
Property Value
Type |
---|
DockingStyle |
DockPreference
Gets/ sets the DockPreference
Declaration
public DockPreference DockPreference { get; set; }
Property Value
Type |
---|
DockPreference |
Priority
Gets/ Sets the priority.
Declaration
public int Priority { get; set; }
Property Value
Type |
---|
System.Int32 |