Xceed SmartUI for WinForms v3.6 Documentation
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.


In This Topic
    RaisedBorders Constructor(Color)
    In This Topic
    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