'Usage Dim color As Color Dim thickness As Integer Dim instance As New RoundedLineBorder(color, thickness)
Parameters
- color
- Color of the line
- thickness
- Thickness of the line in pixels
'Usage Dim color As Color Dim thickness As Integer Dim instance As New RoundedLineBorder(color, thickness)
FarPoint.Win.RoundedLineBorder rlb = new FarPoint.Win.RoundedLineBorder(Color.Red, 3);
Dim rlb As New FarPoint.Win.RoundedLineBorder(Color.Red, 3)