Interface IDockProvider
Exposes methods and properties to support access by a UI automation client to controls that expose their dock properties in a docking container.
Namespace: System.Windows.Automation.Provider
Assembly: OpenSilver.dll
Syntax
public interface IDockProvider
Properties
| Improve this Doc View SourceDockPosition
Gets the current DockPosition of the control in a docking container.
Declaration
DockPosition DockPosition { get; }
Property Value
| Type | Description |
|---|---|
| DockPosition | The DockPosition of the control, relative to the boundaries of the docking container and to other elements in the container. |
Methods
| Improve this Doc View SourceSetDockPosition(DockPosition)
Docks the control in a docking container.
Declaration
void SetDockPosition(DockPosition dockPosition)
Parameters
| Type | Name | Description |
|---|---|---|
| DockPosition | dockPosition | The dock position, relative to the boundaries of the docking container and to other elements in the container. |