Enum DockPosition
Contains values that specify the dock position of an object within a docking container.
Namespace: System.Windows.Automation
Assembly: OpenSilver.dll
Syntax
public enum DockPosition
Fields
| 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. |