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