'Declaration Public Enum FloatingWindowDragMode Inherits System.Enum
public enum FloatingWindowDragMode : System.Enum
Member | Description |
---|---|
Deferred | The pane(s) are moved after the drag operation has been completed. |
Immediate | The pane(s) are moved during the drag operation. |
UseDragFullWindowsSystemSetting | The value is determined based on the System.Windows.SystemParameters.DragFullWindows. If true, then Immediate will be used otherwise Deferred will be used. |
UseSystemWindowDrag | The drag operation is handled by the operating system and therefore the window or an outline will be positioned based on the system's 'Show Window Contents While Dragging' setting. Note, this setting will allow dragging windows into and out of a maximized state in Windows 7 (when the OS' setting allow it) but will mean that functionality such as setting the Infragistics.Windows.DockManager.Dragging.MoveWindowAction.NewLocation will not be supported. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2