BorderColor Property

Gets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.UI.ResultPane
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Public Shared ReadOnly Property BorderColor As Color
    Get
'Usage
Dim value As Color

value = DrawManager.BorderColor
public static Color BorderColor { get; }
public:
static property Color BorderColor {
    Color get ();
}
static member BorderColor : Color
static function get BorderColor () : Color

Property Value

Type: System.Drawing..::..Color

See Also

Reference

DrawManager Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.UI.ResultPane Namespace