Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ComplexBorderSideFactory Class / CreateComplexBorderSide Method / CreateComplexBorderSide(Color,Int32) Method
Color of the side
Width of the side


In This Topic
CreateComplexBorderSide(Color,Int32) Method
In This Topic
Creates a complex border side with the specified color and width.
Syntax
'Declaration
 
Public Overloads Function CreateComplexBorderSide( _
   ByVal color As Color, _
   ByVal width As Integer _
) As ComplexBorderSide
 
'Usage
 
Dim instance As ComplexBorderSideFactory
Dim color As Color
Dim width As Integer
Dim value As ComplexBorderSide
 
value = instance.CreateComplexBorderSide(color, width)

Parameters

color
Color of the side
width
Width of the side

Return Value

Complex border side (ComplexBorderSide object) with the parameters specified
See Also