enum TextDirection

Parents

System.Enum

System.IComparable

System.IFormattable

System.IConvertible

Brief

The enumeration of text directions.

Static Public Fields

LeftToRight

Left to right text direction.

RightToLeft

Right to left text direction.

back