Skip to main content

GraphicsCache.CompositingQuality Property

Gets or sets the rendering quality of composited images 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 CompositingQuality CompositingQuality { get; set; }

Property Value

Type Description
CompositingQuality

One of the CompositingQuality values.

See Also