Skip to main content

GraphicsCache.TextRenderingHint Property

Gets or sets the rendering mode for text associated with the cached GraphicsCache.Graphics.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public TextRenderingHint TextRenderingHint { get; set; }

Property Value

Type Description
TextRenderingHint

One of the TextRenderingHint values.

See Also