Enum DragProviderAction
Specifies the action that the user attempts to dock/document the window through dock hints of the DragProvider
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum DragProviderAction
Fields
| Name | Description |
|---|---|
| Bottom | Specifies to the dock hint that allows the window to be docked through bottom dock hint. |
| Center | Specifies to the dock hint that allows the window to be docked/documented through center dock hint. |
| DocumentBottom | Specifies to the dock hint that allows the window to be documented through bottom document hint. |
| DocumentLeft | Specifies to the dock hint that allows the window to be documented through left document hint. |
| DocumentRight | Specifies to the dock hint that allows the window to be documented through right document hint. |
| DocumentTop | Specifies to the dock hint that allows the window to be documented through top document hint. |
| GlobalBottom | Specifies to the dock hint that allows the window to be docked through outer bottom dock hint. |
| GlobalLeft | Specifies to the dock hint that allows the window to be docked through outer left dock hint. |
| GlobalRight | Specifies to the dock hint that allows the window to be docked through outer right dock hint. |
| GlobalTop | Specifies to the dock hint that allows the window to be docked through outer top dock hint. |
| Left | Specifies to the dock hint that allows the window to be docked through left dock hint. |
| None | Donot allow any dock action through dock hints |
| Right | Specifies to the dock hint that allows the window to be docked through right dock hint. |
| Top | Specifies to the dock hint that allows the window to be docked through top dock hint. |