ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / TextBox Class / TextJustify Property

In This Topic
    TextJustify Property (TextBox)
    In This Topic
    Gets or sets the type of justification to use when the Alignment 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

    TextJustify enum. The default value is Auto. Possible values are:

    • Auto
    • Distribute
    • DistributeAllLines
    Remarks
    When you set the Alignment property to Justify, this property extends your justification options.
    See Also