ComponentOne List for WinForms
C1.Win.C1List 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 Graphics
    public Graphics Graphics {get;}
    See Also