Enum Dock
- Namespace
- nanoFramework.Presentation.Controls
- Assembly
- nanoFramework.Graphics.dll
Dock - Enum which describes how to position and stretch the child of a DockPanel.
public enum Dock
Fields
Bottom = 3
Position this child at the bottom of the remaining space.
Left = 0
Position this child at the left of the remaining space.
Right = 2
Position this child at the right of the remaining space.
Top = 1
Position this child at the top of the remaining space.