alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DragDockInfo

    The DragDockInfo class the contains the dragged control information.

    Inheritance
    System.Object
    DragDockInfo
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class DragDockInfo : Object

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved