ActiveReports3 Request technical support
Alignment Property
See Also 


Gets or sets the alignment of text within the bounds of the control.

Syntax

Visual Basic (Declaration) 
Public Property Alignment As TextAlignment
Visual Basic (Usage)Copy Code
Dim instance As ReportInfo
Dim value As TextAlignment
 
instance.Alignment = value
 
value = instance.Alignment
C# 
public TextAlignment Alignment {get; set;}

See Also