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 = 3Position this child at the bottom of the remaining space.
Left = 0Position this child at the left of the remaining space.
Right = 2Position this child at the right of the remaining space.
Top = 1Position this child at the top of the remaining space.