Enum ContentAlignment

ContentAlignment enumeration

Specifies alignment of content on the drawing surface.

public enum ContentAlignment

Values

NameValueDescription
TopLeft1Content is vertically aligned at the top, and horizontally aligned on the left.
TopCenter2Content is vertically aligned at the top, and horizontally aligned at the center.
TopRight4Content is vertically aligned at the top, and horizontally aligned on the right.
MiddleLeft16Content is vertically aligned in the middle, and horizontally aligned on the left.
MiddleCenter32Content is vertically aligned in the middle, and horizontally aligned at the center.
MiddleRight64Content is vertically aligned in the middle, and horizontally aligned on the right.
BottomLeft256Content is vertically aligned at the bottom, and horizontally aligned on the left.
BottomCenter512Content is vertically aligned at the bottom, and horizontally aligned at the center.
BottomRight1024Content is vertically aligned at the bottom, and horizontally aligned on the right.

See Also