Skip to main content
All docs
V26.1
  • XtraMessageBoxArgs.GdiRenderedText Property

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    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