MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TextJustify Enumeration

TextJustify Enumeration
Specifies the justification of the text within a container.
Syntax
'Declaration
 
Public Enum TextJustify 
   Inherits System.Enum
 
Members
MemberDescription
AutoAutomatically determines the justification based on context.
DistributeDistributes the text evenly across the line, adjusting the spacing between words.
DistributeAllLinesDistributes the text evenly across all lines, including the last line.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.TextJustify

See Also