Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ComplexBorderSide Class / ComplexBorderSide Constructor / ComplexBorderSide Constructor(Color,Int32)
Color for this side of the border
Width of this side of the border, in pixels


In This Topic
ComplexBorderSide Constructor(Color,Int32)
In This Topic
Creates one side of a four-sided, complex border with the specified color and width.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As Color, _
   ByVal width As Integer _
)
 
'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
See Also