DockPosition Enumeration
Contains values that specify the dock position of an object, represented by a DockPattern, within a docking container.
Assembly: UIAutomationTypes (in UIAutomationTypes.dll)
| Member name | Description | |
|---|---|---|
| Bottom | Indicates that the UI Automation element is docked along the bottom edge of the docking container. | |
| Fill | Indicates that the UI Automation element is docked along all edges of the docking container and fills all available space within the container. | |
| Left | Indicates that the UI Automation element is docked along the left edge of the docking container. | |
| None | Indicates that the UI Automation element is not docked to any edge of the docking container. | |
| Right | Indicates that the UI Automation element is docked along the right edge of the docking container. | |
| Top | Indicates that the UI Automation element is docked along the top edge of the docking container. |
A docking container is a control that allows the arrangement of child elements, both horizontally and vertically, relative to the boundaries of the docking container and other elements within the container.
Controls are docked relative to each other based on their current z-order; the higher their z-order placement, the further they are placed from the specified edge of the docking container.
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0