[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.SlantedTextAlignment

SlantedTextAlignment Enum

Specifies the alignment of slanted text within the target rectangle.

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

Fields

Name Description
AboveRotatedInside

Text appears above the rectangle side rotated to the same angle as text. The side below the text is rotated inside the rectangle.

AboveRotatedOutside

Text appears above the rectangle side rotated to the same angle as text. The side below the text is rotated outside the rectangle.

BelowRotatedInside

Text appears below the rectangle side rotated to the same angle as text. The side above the text is rotated inside the rectangle.

BelowRotatedOutside

Text appears below the rectangle side rotated to the same angle as text. The side above the text is rotated outside the rectangle.

CenterInsideOutside

Text appears at the center between the rectangle sides rotated to the same angle as text. The side above the text is rotated inside the rectangle.

CenterOutsideInside

Text appears at the center between the rectangle sides rotated to the same angle as text. The side above the text is rotated outside the rectangle.

See Also