'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)
Parameters
- color
- Color for this side of the border
- width
- Width of this side of the border, in pixels
- dashStyle
- Style of dashed line for this side of the border; a setting of the .NET Framework's DashStyle enumeration