SystemsColorsWrapper.ActiveBorderColor Property
Gets a Color structure that is the color of the active window's border.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property ActiveBorderColor As Color
Get
'Usage
Dim instance As SystemsColorsWrapper
Dim value As Color
value = instance.ActiveBorderColor
public Color ActiveBorderColor { get; }
Property Value
Type: System.Windows.Media.Color