Specifies alignment of content on the drawing surface.
Enumerator |
---|
top_left | Content is vertically aligned at the top, and horizontally aligned on the left.
|
top_center | Content is vertically aligned at the top, and horizontally aligned at the center.
|
top_right | Content is vertically aligned at the top, and horizontally aligned on the right.
|
middle_left | Content is vertically aligned in the middle, and horizontally aligned on the left.
|
middle_center | Content is vertically aligned at the middle, and horizontally aligned at the center.
|
middle_right | Content is vertically aligned at the middle, and horizontally aligned on the right.
|
bottom_left | Content is vertically aligned in the bottom, and horizontally aligned on the left.
|
bottom_center | Content is vertically aligned at the bottom, and horizontally aligned at the center.
|
bottom_right | Content is vertically aligned at the bottom, and horizontally aligned on the right.
|