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

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.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