Table of Contents

Enum HorizontalAlignment

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

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

public enum HorizontalAlignment
Extension Methods

Fields

Center = 1

The element is aligned to the center of the frame.

Left = 0

The element is aligned to the left of the frame.

Right = 2

The element is aligned to the right of the frame.

Stretch = 3

The element is stretched to fill the entire frame.