Interface IHasLayoutPosition
A common interface used by LayoutDescriptorGroup and LayoutViewDescriptor to indicate their respective positions within a layout
Namespace: LemonEdge.Client.Core.Views.DefaultLayouts
Assembly: ClientCore.dll
Syntax
public interface IHasLayoutPosition
Properties
Position
The position this item should take within a parent item
Declaration
LayoutDockPosition Position { get; set; }
Property Value
Type | Description |
---|---|
LayoutDockPosition |
ProportionalHorizontalSize
The proportional percentage this item should take up of the Position in the horizontal space
Declaration
int ProportionalHorizontalSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProportionalVerticalSize
The proportional percentage this item should take up of the Position in the vertical space
Declaration
int ProportionalVerticalSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |