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

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

    Property Value

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