Spread Windows Forms 7.0 Product Documentation
ComplexBorderSide Constructor
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace > ComplexBorderSide Class : ComplexBorderSide Constructor


Glossary Item Box

Creates a complex border side (ComplexBorderSide object).

Overload List

OverloadDescription
ComplexBorderSide Constructor()Creates one side of a four-sided, complex border with default color SystemColors.WindowFrame, default width of 1, default dash style of Solid, and empty dash pattern and compound array.  
ComplexBorderSide Constructor(ComplexBorderSideStyle)Creates one side of a four-sided, complex border with settings equivalent to the specified side style.  
ComplexBorderSide Constructor(ComplexBorderSideStyle,Color)Creates one side of a four-sided, complex border with the specified style and color.  
ComplexBorderSide Constructor(Color)Creates one side of a four-sided, complex border with the specified color.  
ComplexBorderSide Constructor(Color,Int32)Creates one side of a four-sided, complex border with the specified color and width.  
ComplexBorderSide Constructor(Color,Int32,DashStyle)Creates one side of a four-sided, complex border with the specified color, width, and dash style.  
ComplexBorderSide Constructor(Color,Int32,DashStyle,Single[],Single[])Creates one side of a four-sided, complex border with the specified color, width, dash style, dash pattern, and compound array.  
ComplexBorderSide Constructor(Boolean,Color,Int32,DashStyle,Single[],Single[])Creates one side of a four-sided, complex border with the specified color, width, dash style, dash pattern and compound array, and whether to draw the side.  

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.