Xceed Docking Windows for WinForms v2.3 Documentation
BorderColor Property (CaptionAppearance)


Xceed.DockingWindows Namespace > CaptionAppearance Class : BorderColor Property
Gets or sets the color of the captions' borders.
Syntax
'Declaration
 
<DescriptionAttribute("The color of the captions' borders.")>

<CategoryAttribute("Appearance")>

Public Property BorderColor As Color
'Usage
 
Dim instance As CaptionAppearance

Dim value As Color

 

instance.BorderColor = value

 

value = instance.BorderColor
[Description("The color of the captions' borders.")]

[Category("Appearance")]

public Color BorderColor {get; set;}

Property Value

A System.Drawing.Color structure representing the color of the captions' borders. By default, BackColor.
Remarks

To reset the value of the BorderColor property to its default value, the ResetBorderColor method must be called.

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

CaptionAppearance Class
CaptionAppearance Members