ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / TextJustify Property

In This Topic
    TextJustify Property (Page)
    In This Topic
    Gets or sets the type of justification to use when the TextAlignment property is set to Justify.
    Syntax
    'Declaration
     
    Public Property TextJustify As GrapeCity.ActiveReports.Drawing.TextJustify
    public GrapeCity.ActiveReports.Drawing.TextJustify TextJustify {get; set;}

    Property Value

    The text justify.
    See Also