[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.RotatedTextAlignment

RotatedTextAlignment Enum

Specifies the alignment of rotated text within the target rectangle.

Namespace: GrapeCity.Documents.Drawing
Assembly: DS.Documents.Imaging.dll
Syntax
public enum RotatedTextAlignment
Public Enum RotatedTextAlignment

Fields

Name Description
BottomCenter

Centered text is aligned to the bottom of the target rectangle.

BottomLeft

Text appears at the bottom-left corner of the target rectangle.

BottomRight

Text appears at the bottom-right corner of the target rectangle.

MiddleCenter

Text appears at the center of the target rectangle.

MiddleLeft

Text appears at the middle left within the target rectangle.

MiddleRight

Text appears at the middle right within the target rectangle.

TopCenter

Centered text is aligned to the top of the target rectangle.

TopLeft

Text appears at the top-left corner of the target rectangle.

TopRight

Text appears at the top-right corner of the target rectangle.

See Also