ActiveReports.Viewer3 Request technical support
Border Property
See Also 


Gets the border for the annotation object. For internal use only.

Syntax

Visual Basic (Declaration) 
Overrides Public ReadOnly Property Border As Border
Visual Basic (Usage)Copy Code
Dim instance As AnnotationLine
Dim value As Border
 
value = instance.Border
C# 
public override Border Border {get;}

See Also