ActiveReports Developer 7
TextJustify Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class : TextJustify Property

Glossary Item Box

Gets or sets the type of justification to use when the TextAlignment property is set to Justify.

Syntax

Visual Basic (Declaration) 
Public Property TextJustify As TextJustify
C# 
public TextJustify TextJustify {get; set;}

See Also