ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / DrawHeaderEventArgs Class / Graphics Property

In This Topic
    Graphics Property (DrawHeaderEventArgs)
    In This Topic
    Gets the Graphics used to paint the panel header.
    Syntax
    'Declaration
     
    Public ReadOnly Property Graphics As System.Drawing.Graphics
    public System.Drawing.Graphics Graphics {get;}
    See Also