FarPoint.Win Assembly > FarPoint.Win Namespace > ComplexBorderSide Class > ComplexBorderSide Constructor : ComplexBorderSide Constructor(Color,Int32,DashStyle) |
'Declaration Public Function New( _ ByVal color As Color, _ ByVal width As Integer, _ ByVal dashStyle As DashStyle _ )
'Usage Dim color As Color Dim width As Integer Dim dashStyle As DashStyle Dim instance As New ComplexBorderSide(color, width, dashStyle)
Any border side that is created with the CreateBorderSide(color, width, dashstyle) constructor has the following properties:
FarPoint.Win.ComplexBorderSide side = new FarPoint.Win.ComplexBorderSide(Color.Red, 1.5, Drawing2D.DashStyle.Solid); FarPoint.Win.ComplexBorder bord = new FarPoint.Win.ComplexBorder(side);
Dim side As New FarPoint.Win.ComplexBorderSide(Color.Red, 1.5, Drawing2D.DashStyle.Solid) Dim bord As New FarPoint.Win.ComplexBorder(side)
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8