ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / SystemPens Class / Desktop Property

In This Topic
    Desktop Property (SystemPens)
    In This Topic
    Gets a ColorPen object that is the color of the desktop.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Desktop As Pen
    public static Pen Desktop {get;}

    Property Value

    A ColorPen object that is the color of the desktop.
    See Also