Back to Devexpress

DocumentViewerBase.BackgroundImage Property

windowsforms-devexpress-dot-documentview-dot-controls-dot-documentviewerbase-e6a14b63.md

latest1.8 KB
Original Source

DocumentViewerBase.BackgroundImage Property

OBSOLETE

This property value is ignored. To customize the PrintControl's appearance, use custom skins.

This property is overridden and never used. To customize the DocumentViewer‘s background image, use custom skins.

Namespace : DevExpress.DocumentView.Controls

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property value is ignored. To customize the PrintControl's appearance, use custom skins.")]
public override Image BackgroundImage { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("This property value is ignored. To customize the PrintControl's appearance, use custom skins.")>
Public Overrides Property BackgroundImage As Image

Property Value

Type
Image

See Also

DocumentViewerBase Class

DocumentViewerBase Members

DevExpress.DocumentView.Controls Namespace