Share via


SwitcherRenderer.SelectionBorderPenLight Property

Gets a light colored selection border of the control.

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

Syntax

'Declaration
Public Shared ReadOnly Property SelectionBorderPenLight As Pen
    Get
'Usage
Dim value As Pen

value = SwitcherRenderer.SelectionBorderPenLight
public static Pen SelectionBorderPenLight { get; }
public:
static property Pen^ SelectionBorderPenLight {
    Pen^ get ();
}
static member SelectionBorderPenLight : Pen
static function get SelectionBorderPenLight () : Pen

Property Value

Type: System.Drawing.Pen
A value representing the light colored selection border of the control.