'Usage Dim color As Color Dim width As Integer Dim instance As New ComplexBorderSide(color, width)
Parameters
- color
- Color for this side of the border
- width
- Width of this side of the border, in pixels
'Usage Dim color As Color Dim width As Integer Dim instance As New ComplexBorderSide(color, width)
Any border side that is created with the CreateBorderSide(color, width) constructor has the following properties:
FarPoint.Win.ComplexBorderSide side = new FarPoint.Win.ComplexBorderSide(Color.Red, 1.5); FarPoint.Win.ComplexBorder bord = new FarPoint.Win.ComplexBorder(side);
Dim side As New FarPoint.Win.ComplexBorderSide(Color.Red, 1.5) Dim bord As New FarPoint.Win.ComplexBorder(side)