Skip to main content
All docs
V25.1
  • RichEditImageExportOptions.BackgroundColor Property

    Specifies the image background color.

    Namespace: DevExpress.XtraRichEdit.Export.Image

    Assembly: DevExpress.RichEdit.v25.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public Color? BackgroundColor { get; set; }

    Property Value

    Type Description
    Nullable<Color>

    The background color.

    See Also