Enum LayoutDockPosition
The position of an item within a parent container
Namespace: LemonEdge.Client.Core.Views.DefaultLayouts
Assembly: ClientCore.dll
Syntax
[DataContract]
public enum LayoutDockPosition
Fields
Name | Description |
---|---|
Bottom | Should be docked to the bottom |
Center | Should be docked in the center |
Left | Should be docked to the left |
Right | Should be docked to the right |
Top | Should be docked to the top |