Share via


TitlePanel.BorderColor Property

Gets or sets the border color used on this control.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property BorderColor As Color
    Get
    Set
'Usage
Dim instance As TitlePanel
Dim value As Color

value = instance.BorderColor

instance.BorderColor = value
[BrowsableAttribute(true)]
public Color BorderColor { get; set; }
[BrowsableAttribute(true)]
public:
property Color BorderColor {
    Color get ();
    void set (Color value);
}
[<BrowsableAttribute(true)>]
member BorderColor : Color with get, set
function get BorderColor () : Color
function set BorderColor (value : Color)

Property Value

Type: System.Drawing.Color
A Color that represents the border color of the control.