FlexLayoutStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Used by the LayoutStyle property to determines the layout engine used to arrange the child controls in the panel.
- C#
- VB.NET
public enum FlexLayoutStyle : Enum
Public Enum FlexLayoutStyle As [Enum]
Fields
| Name | Description |
|---|---|
| Default | Child controls are arranged according to the location, dock style and anchoring values. |
| Horizontal | Child controls are arranged horizontally using their margin and alignment properties. |
| Vertical | Child controls are arranged vertically using their margin and alignment properties. |
Used By
| Name | Description |
|---|---|
| FlexLayoutPanel.LayoutStyle | Determines the layout engine to use to arrange the panel's child controls. |