Show / Hide Table of Contents

Enum Layout

Warning: Preliminary, informal code; subject to change!

Layout type for control containers
Namespace: SuperOffice.UI.Configuration
Assembly: SuperOffice.Plugins.dll
Syntax
public enum Layout

Fields

Name Description
Absolute

The controls in the container should be positioned with absolute coordinates for each control

Flow

The controls in the container should have a Flow layout, one after another

Grid

The controls in the container should have a Grid layout, with a specified number of columns and rows

Extension Methods

EnumUtil.MapEnums<Layout, To>(Layout)
Converters.MapEnums<Layout, To>(Layout)
ObjectExtensions.AssignByReflection<Layout>(Layout, Layout)
ObjectExtensions.GraphCopy<Layout>(Layout)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top