HorizontalAlignment Enum

In This Article

Specifies how an object or text in a control is horizontally aligned.

public enum HorizontalAlignment

Fields

Name Description
Center

The object or text is aligned in the center.

Left

The object or text is aligned to the left.

Right

The object or text is aligned to the right.