[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TextJustify

TextJustify Enum

Specifies the justification of the text within a container.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum TextJustify

Fields

Name Description
Auto

Automatically determines the justification based on context.

Distribute

Distributes the text evenly across the line, adjusting the spacing between words.

DistributeAllLines

Distributes the text evenly across all lines, including the last line.

Extension Methods