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

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