ActiveReports.Viewer3 Request technical support
LineStyleOfEdges Property
See Also 


Gets the BorderLineStyle used to draw the edges. For internal use only.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property LineStyleOfEdges As BorderLineStyle()
Visual Basic (Usage)Copy Code
Dim instance As Border
Dim value() As BorderLineStyle
 
value = instance.LineStyleOfEdges
C# 
public BorderLineStyle[] LineStyleOfEdges {get;}

See Also