Skip to main content
A newer version of this page is available. .

GraphicsCache.CompositingMode Property

Gets a value that specifies how composited images are drawn to the cached GraphicsCache.Graphics.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public CompositingMode CompositingMode { get; }

Property Value

Type Description
CompositingMode

One of the CompositingMode values.

See Also