True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / OwnerDrawCellEventArgs Class / Graphics Property

In This Topic
    Graphics Property (OwnerDrawCellEventArgs)
    In This Topic
    The GDI+ graphics object to render on.
    Syntax
    'Declaration
     
    Public ReadOnly Property Graphics As System.Drawing.Graphics
    public System.Drawing.Graphics Graphics {get;}
    See Also