Dock Enum
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Controls
The edge of a DockPanel that a child is docked to.
public enum Dock
Fields
| Name | Value | Description |
|---|---|---|
Left | Dock to the left edge. | |
Top | Dock to the top edge. | |
Right | Dock to the right edge. | |
Bottom | Dock to the bottom edge. |