Class Layout
Warning: Preliminary, informal code; subject to change!
Layout type for control containersNamespace: SuperOffice.UI.Configuration
Assembly: SuperOffice.Plugins.dll
Syntax
public sealed class Layout : Enum
Fields
Absolute
The controls in the container should be positioned with absolute coordinates for each control
Declaration
public const Layout Absolute
Field Value
Type | Description |
---|---|
Layout |
Flow
The controls in the container should have a Flow layout, one after another
Declaration
public const Layout Flow
Field Value
Type | Description |
---|---|
Layout |
Grid
The controls in the container should have a Grid layout, with a specified number of columns and rows
Declaration
public const Layout Grid
Field Value
Type | Description |
---|---|
Layout |
value__
Warning: Preliminary, informal code; subject to change!
Layout type for control containersDeclaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)