Table of Contents

Enum HorizontalAlignment

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

How an object (such as a grid) is aligned horizontally within a rectangle.

public enum HorizontalAlignment

Fields

Center = 2

Horizontally centers the object.

Left = 1

Aligns the object to the left.

None = 0

Keeps the object's horizontal position.

Right = 3

Aligns the object to the right.