ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationLine Class / Border Property

In This Topic
    Border Property (AnnotationLine)
    In This Topic
    The Border property allows you to access the border object for the annotation object.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Property Border As Border
    public override Border Border {get;}

    Property Value

    The Border property allows you to access the border object for the annotation object.
    See Also