DockPosition Enumeration
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Contains values that specify the dock position of an object within a docking container.
Assembly: System.Windows (in System.Windows.dll)
| Member name | Description | |
|---|---|---|
| Top | Indicates that the UI automation element is docked along the top edge of the docking container. | |
| Left | Indicates that the UI automation element is docked along the left edge of the docking container. | |
| Bottom | Indicates that the UI automation element is docked along the bottom edge of the docking container. | |
| Right | Indicates that the UI automation element is docked along the right 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. | |
| None | Indicates that the UI automation element is not docked to any edge of the docking container |
Show: