ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationBaseText Class / Alignment Property

In This Topic
    Alignment Property (AnnotationBaseText)
    In This Topic
    Gets or sets the horizontal alignment of the text in the annotation's bounds.
    Syntax
    'Declaration
     
    Public Property Alignment As StringAlignment
    public StringAlignment Alignment {get; set;}

    Property Value

    For a list of valid values, see here: GrapeCity.ActiveReports.Document.Drawing.StringAlignment
    See Also