VerticalAlignmentΒΆ

enum VerticalAlignment : System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Represents vertical alignment.

VerticalAlignment Top

The given Y value should indicate the top of what is being aligned.

VerticalAlignment Center

The given Y value should indicate the center of what is being aligned.

VerticalAlignment Bottom

The given Y value should indicate the bottom of what is being aligned.