Dock Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Possible values in what direction a child element will be docked in within the DockLayout,
public enum Dock
- Inheritance
-
System.EnumDock
Fields
Name | Value | Description |
---|---|---|
Left | 0 | |
Top | 1 | |
Right | 2 | |
Bottom | 3 |