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


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

Parameters

color
Color of the side

Return Value

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