StringAlignment

StringAlignment enum

Specifies the string alignment relative to its layout rectangle.

enum class StringAlignment

Values

NameValueDescription
Near0Near.
Center1Center.
Far2Far from the origin of the layout rectangle.

See Also