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

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

    Property Value

    A ColorPen object that is the color of the application workspace.
    See Also