Xceed SmartUI for WinForms v3.6 Documentation
BaseColor Property


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > RaisedBorders Class : BaseColor Property
Gets or sets the base color of the border.
Syntax
'Declaration
 
Public Property BaseColor As Color
'Usage
 
Dim instance As RaisedBorders

Dim value As Color

 

instance.BaseColor = value

 

value = instance.BaseColor
public Color BaseColor {get; set;}

Property Value

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