DockPosition Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
The dock position enumeration. Used as an argument for RadDocking.DockToX like methods.

Namespace:  Telerik.WebAii.Controls.Xaml
Assembly:  Telerik.WebAii.Controls.Xaml (in Telerik.WebAii.Controls.Xaml.dll) Version: 2012.1.719.0 (2012.1.719.0)
Syntax

public enum DockPosition
Members

  Member nameValueDescription
Left0 Dock to the left.
Right1 Dock to the right.
Top2 Dock to the top.
Bottom3 Dock to the bottom.
Center4 Dock to the center.
See Also

Reference