ActiveReports.Viewer3 Request technical support
Alignment Property
See Also 


Gets or sets the horizontal alignment of the text within the bounds of an annotation.

Syntax

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

See Also