Back to Devexpress

ToolTipControllerCustomDrawEventArgs.Cache Property

windowsforms-devexpress-dot-utils-dot-tooltipcontrollercustomdraweventargs-7ccaa027.md

latest1.3 KB
Original Source

ToolTipControllerCustomDrawEventArgs.Cache Property

Gets an object which specifies the storage for the most used pens, fonts and brushes

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public GraphicsCache Cache { get; }
vb
Public ReadOnly Property Cache As GraphicsCache

Property Value

TypeDescription
GraphicsCache

A GraphicsCache object which specifies the storage for the most used pens, fonts and brushes.

|

See Also

ToolTipControllerCustomDrawEventArgs Class

ToolTipControllerCustomDrawEventArgs Members

DevExpress.Utils Namespace