Table of Contents

Enum LayoutStyle

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Defines all supported layout styles of the children controls.

public enum LayoutStyle

Fields

Basic = 2

Default layout style implemented in the control.

Dock = 1

Uses Control.Dock setting for layout of the children.

Horizontal = 4

Layout as in horizontal stack panel.

None = 0

Do not perform any layout, use Control.Bounds to set control position.

Vertical = 3

Layout as in vertical stack panel.