DockPosition
DockPosition
DockPosition
DockPosition
Enum
Definition
Contains values that specify the dock position of an object within a docking container. Used by IDockProvider.DockPosition.
public : enum class DockPositionpublic enum DockPositionPublic Enum DockPosition// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Bottom Bottom Bottom Bottom | Indicates that the UI Automation element is docked along the bottom edge of the docking container. |
| Fill Fill Fill 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 Left Left Left | Indicates that the UI Automation element is docked along the left edge of the docking container. |
| None None None None | Indicates that the UI Automation element is not docked to any edge of the docking container. |
| Right Right Right Right | Indicates that the UI Automation element is docked along the right edge of the docking container. |
| Top Top Top Top | Indicates that the UI Automation element is docked along the top edge of the docking container. |