Visual Basic (Declaration) | |
---|---|
Public Overloads Function CreateComplexBorderSide( _ ByVal color As Color, _ ByVal width As Integer, _ ByVal dashStyle As DashStyle _ ) As ComplexBorderSide |
Visual Basic (Usage) | Copy Code |
---|---|
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) |
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 specifiedTarget Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2