WebTextAlignEnumJS Enumeration
In This Topic
Specifies available text alignments on the drawing surface.
Members
Member | Description |
TopLeft | Content is vertically aligned at the top, and horizontally aligned on the left. |
TopCenter | Content is vertically aligned at the top, and horizontally aligned at the center. |
TopRight | Content is vertically aligned at the top, and horizontally aligned on the right. |
MiddleLeft | Content is vertically aligned in the middle, and horizontally aligned on the left. |
MiddleCenter | Content is vertically aligned in the middle, and horizontally aligned at the center. |
MiddleRight | Content is vertically aligned in the middle, and horizontally aligned on the right. |
BottomLeft | Content is vertically aligned at the bottom, and horizontally aligned on the left. |
BottomCenter | Content is vertically aligned at the bottom, and horizontally aligned at the center. |
BottomRight | Content is vertically aligned at the bottom, and horizontally aligned on the right. |
Inheritance Hierarchy
Object
 Vintasoft.Shared.WebEnumItemBaseJS
   Vintasoft.Imaging.Annotation.WebTextAlignEnumJS
Browser Compatibility
See Also