Skip to main content

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

NameValueDescription
LeftDock to the left edge.
TopDock to the top edge.
RightDock to the right edge.
BottomDock to the bottom edge.