Flags to control the alignment of text.
Hierarchy
System.Object
    System.ValueType
        WebSupergoo.ImageGlue8.StringAlignment
Notes

This class is sealed. It cannot be derived from.

Fields
Field Description
Center At the middle of the text.
Far Closest to the point at which reading order ends. Typically bottom or right.
Near Closest to the point at which reading order starts. Typically top or left.
Example

None.