Spread Windows Forms 12.0 Product Documentation
CreateComplexBorderSide(Color,Int32) Method


FarPoint.Win Assembly > FarPoint.Win Namespace > ComplexBorderSideFactory Class > CreateComplexBorderSide Method : CreateComplexBorderSide(Color,Int32) Method
Color of the side
Width of the side
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)
public ComplexBorderSide CreateComplexBorderSide( 
   Color color,
   int 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

Reference

ComplexBorderSideFactory Class
ComplexBorderSideFactory Members
Overload List