Enum LayoutDockPosition
The position of an item within a parent container
Namespace: LemonEdge.Client.Core.Views.DefaultLayouts.Core
Assembly: LemonEdge.Client.UI.API.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 |