Skip to main content
Version: 3.5

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.

public enum FlexLayoutStyle : Enum

Fields

NameDescription
DefaultChild controls are arranged according to the location, dock style and anchoring values.
HorizontalChild controls are arranged horizontally using their margin and alignment properties.
VerticalChild controls are arranged vertically using their margin and alignment properties.

Used By

NameDescription
FlexLayoutPanel.LayoutStyleDetermines the layout engine to use to arrange the panel's child controls.