Skip to main content
A newer version of this page is available. .

XtraMessageBoxArgs.GdiRenderedText Property

Gets or sets whether to use GDI+ to render strings. For internal use.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public bool GdiRenderedText { get; set; }

Property Value

Type Description
Boolean

true to use GDI+ to render strings; otherwise, false.

See Also