Enum AutoHidePosition
Defines the possible edges for a DockWindow to become auto-hidden.
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public enum AutoHidePosition
Auto
The edge is automatically chosen depending on the current alignment of the DockWindow against the MainDocumentContainer that is hosted on RadDock.
Bottom
Bottom edge of RadDock's bounds.
Left
Left edge of RadDock's bounds.
Right
Right edge of RadDock's bounds.
Top
Top edge of RadDock's bounds.