Gets or sets whether to adjust glyph rendering.
Namespace:DevExpress.Xpf.RichEdit
Assembly:DevExpress.Xpf.RichEdit.v19.2.dll

Syntax
C# |
public static bool UseGlyphRendering { get; set; }
|
VB |
static Public Property UseGlyphRendering As Boolean
|
Property value
Type: Boolean
true, to adjust glyph rendering ; otherwise, false.

See Also