Enum Dock
Specifies the Dock position of a child element that is inside a DockPanel.
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public enum Dock
Fields
Name | Description |
---|---|
Bottom | A child element that is positioned at the bottom of the DockPanel. |
Left | A child element that is positioned on the left side of the DockPanel. |
Right | A child element that is positioned on the right side of the DockPanel. |
Top | A child element that is positioned at the top of the DockPanel. |