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

In This Topic
    TextJustify Enumeration
    In This Topic
    Specifies the justification of the text within a container.
    Syntax
    'Declaration
     
    Public Enum TextJustify 
       Inherits System.Enum
    public enum TextJustify : 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