MESCIUS.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 TextJustify
 

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