ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationImage Class / ShowBorder Property

In This Topic
    ShowBorder Property
    In This Topic
    Gets or sets a value indicating whether to draw a border around the edge of the annotation box.
    Syntax
    'Declaration
     
    Public Property ShowBorder As Boolean
    public bool ShowBorder {get; set;}

    Property Value

    true if [show border]; otherwise, false.
    See Also