Back to Devexpress

CustomDrawObjectEventsArgs.Graphics Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-customdrawobjecteventsargs-33cb92bc.md

latest1.4 KB
Original Source

CustomDrawObjectEventsArgs.Graphics Property

Gets an object used for painting.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public Graphics Graphics { get; }
vb
Public ReadOnly Property Graphics As Graphics

Property Value

TypeDescription
Graphics

A Graphics object which provides a means for painting.

|

Remarks

The Graphics property returns an object which represents the painting surface and provides a means for painting. You can use methods and properties of this object to paint text, graphics primitives and images.

See Also

CustomDrawObjectEventsArgs Class

CustomDrawObjectEventsArgs Members

DevExpress.XtraSpreadsheet Namespace