Skip to main content

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.v23.2.dll

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

Declaration

public CompositingMode CompositingMode { get; set; }

Property Value

Type Description
CompositingMode

One of the CompositingMode values.

See Also