Skip to main content

ObjectCustomDrawEventArgs.Graphics Property

Provides access to the drawing surface.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public Graphics Graphics { get; }

Property Value

Type Description
Graphics

An object that provides access to the drawing surface.

See Also