TextAlignment Enum

Definition

Enumerates values that control text alignment.

public enum class TextAlignment
public enum TextAlignment
type TextAlignment = 
Public Enum TextAlignment
Inheritance
TextAlignment

Fields

Center 1

Indicates that text will be aligned in the middle of either horizontally or vertically aligned text.

End 2

Indicates that text will be aligned to the right or bottom of horizontally or vertically aligned text, respectively.

Start 0

Indicates that text will be aligned to the left or top of horizontally or vertically aligned text, respectively.

Applies to