XtraMessageBoxArgs.GdiRenderedText Property
In This Article
Gets or sets whether to use GDI+ to render strings. For internal use.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool GdiRenderedText { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true to use GDI+ to render strings; otherwise, false. |
See Also