Table of Contents

Enum VerticalAlignment

Namespace
Hi3Helper.Plugin.Core.UI
Assembly
Hi3Helper.Plugin.Core.dll

Describes how the element is vertically positioned or stretched within the frame.

public enum VerticalAlignment
Extension Methods

Fields

Bottom = 2

The element is aligned to the bottom of the frame.

Center = 1

The element is aligned to the center of the frame.

Stretch = 3

The element is stretched to fill the entire frame.

Top = 0

The element is aligned to the top of the frame.