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

In This Topic
    TextJustify Enumeration
    In This Topic
    Specifies the justification of the text
    Syntax
    'Declaration
     
    Public Enum TextJustify 
       Inherits System.Enum
    public enum TextJustify : System.Enum 
    Members
    MemberDescription
    Auto 
    Distribute 
    DistributeAllLines 
    Inheritance Hierarchy

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

    See Also