ActiveReports 13
TextJustify Property (TextBox)

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > TextBox Class : TextJustify Property
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:

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

Reference

TextBox Class
TextBox Members