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

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

    Property Value

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