Table of Contents

Enum VerticalAlignment

Namespace
Ecng.Drawing
Assembly
Ecng.Drawing.dll

Describes how a child element is vertically positioned or stretched within a parent's layout slot.

public enum VerticalAlignment
Extension Methods

Fields

Bottom = 2

The child element is aligned to the bottom of the parent's layout slot.

Center = 1

The child element is aligned to the center of the parent's layout slot.

Stretch = 3

The child element stretches to fill the parent's layout slot.

Top = 0

The child element is aligned to the top of the parent's layout slot.