ObjectCustomDrawEventArgs.Cache Property
Provides access to the drawing surface and a cache of pens, fonts, and brushes.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
GraphicsCache | An object that provides access to the drawing surface and a cache of pens, fonts, and brushes. |
See Also