Xceed SmartUI for WinForms v3.6 Documentation
RaisedBorders Constructor(Color)


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > RaisedBorders Class > RaisedBorders Constructor : RaisedBorders Constructor(Color)
A System.Drawing.Color structure representing the base color of the border.
Initializes a new instance of the RaisedBorders class.
Syntax
'Declaration
 
Public Function New( _
   ByVal baseColor As Color _
)
'Usage
 
Dim baseColor As Color
 
Dim instance As New RaisedBorders(baseColor)
public RaisedBorders( 
   Color baseColor
)

Parameters

baseColor
A System.Drawing.Color structure representing the base color of the border.
Requirements

Target 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

See Also

Reference

RaisedBorders Class
RaisedBorders Members
Overload List