DocumentViewerBase.BackgroundImage Property
In This Article
OBSOLETE
This property value is ignored. To customize the Print
This property is overridden and never used. To customize the DocumentViewer‘s background image, use custom skins.
Namespace: DevExpress.DocumentView.Controls
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[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; }
#Property Value
Type |
---|
Image |
See Also