ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / TextLayoutParams Structure / TextJustify Property

In This Topic
    TextJustify Property (TextLayoutParams)
    In This Topic
    Gets or sets justification algorithm (in case of Justified text alignment).
    Syntax
    'Declaration
     
    Public Property TextJustify As TextJustify
    public TextJustify TextJustify {get; set;}

    Property Value

    For a list of valid values, see here: GrapeCity.ActiveReports.Document.Section.TextJustify
    See Also