Back to Devexpress

GraphicsCache.SmoothingMode Property

windowsforms-devexpress-dot-utils-dot-drawing-dot-graphicscache.md

latest1.3 KB
Original Source

GraphicsCache.SmoothingMode Property

Gets or sets the rendering quality for the cached GraphicsCache.Graphics.

Namespace : DevExpress.Utils.Drawing

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public SmoothingMode SmoothingMode { get; set; }
vb
Public Property SmoothingMode As SmoothingMode

Property Value

TypeDescription
SmoothingMode

One of the SmoothingMode values.

|

See Also

GraphicsCache Class

GraphicsCache Members

DevExpress.Utils.Drawing Namespace