Visual Basic (Usage) | Copy Code |
---|---|
Dim color As Color Dim instance As New ComplexBorderSide(color) |
Parameters
- color
- Color for the border side
Any border side that is created with the CreateBorderSide(color) constructor has the following properties:
- color specified
- default width of 1 pixel
- default dash style of solid
- empty dash pattern
- empty compound array
This example creates a red border.
C# | Copy Code |
---|---|
FarPoint.Win.ComplexBorderSide side = new FarPoint.Win.ComplexBorderSide(Color.Red); FarPoint.Win.ComplexBorder bord = new FarPoint.Win.ComplexBorder(side); |
Visual Basic | Copy Code |
---|---|
Dim side As New FarPoint.Win.ComplexBorderSide(Color.Red) Dim bord As New FarPoint.Win.ComplexBorder(side) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2