XtraMessageBoxArgs.GdiRenderedText Property
Gets or sets whether to use GDI+ to render strings. For internal use.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.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