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


FarPoint.Win Assembly > FarPoint.Win Namespace > ComplexBorderSideFactory Class > CreateComplexBorderSide Method : CreateComplexBorderSide(Color,Int32,DashStyle) Method
Color of the side
Width of the side
DashStyle of the side
Creates a complex border side with the specified color, width, and dash style.
Syntax
'Declaration
 
Public Overloads Function CreateComplexBorderSide( _
   ByVal color As Color, _
   ByVal width As Integer, _
   ByVal dashStyle As DashStyle _
) As ComplexBorderSide
'Usage
 
Dim instance As ComplexBorderSideFactory
Dim color As Color
Dim width As Integer
Dim dashStyle As DashStyle
Dim value As ComplexBorderSide
 
value = instance.CreateComplexBorderSide(color, width, dashStyle)
public ComplexBorderSide CreateComplexBorderSide( 
   Color color,
   int width,
   DashStyle dashStyle
)

Parameters

color
Color of the side
width
Width of the side
dashStyle
DashStyle of the side

Return Value

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

Reference

ComplexBorderSideFactory Class
ComplexBorderSideFactory Members
Overload List