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