ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / SystemBrushes Class / Window Property

In This Topic
    Window Property (SystemBrushes)
    In This Topic
    Gets a ColorBrush object that is the color of the background in the client area of a window.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Window As Brush
    public static Brush Window {get;}

    Property Value

    A ColorBrush object that is the color of the background in the client area of a window.
    See Also