Xceed SmartUI for WinForms v3.6 Documentation
BorderColor Property (Panel)


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.StatusBar Namespace > Panel Class : BorderColor Property
Gets or sets the color of the panel's border.
Syntax
'Declaration
 
<DescriptionAttribute("The color of the panel's border.")>

<CategoryAttribute("Appearance")>

<BrowsableAttribute(True)>

<MergablePropertyAttribute(True)>

<LocalizableAttribute(False)>

Public Property BorderColor As Color
'Usage
 
Dim instance As Panel

Dim value As Color

 

instance.BorderColor = value

 

value = instance.BorderColor
[Description("The color of the panel's border.")]

[Category("Appearance")]

[Browsable(true)]

[MergableProperty(true)]

[Localizable(false)]

public Color BorderColor {get; set;}

Property Value

A System.Drawing.Color structure representing the color of the panel's 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

Panel Class
Panel Members