Skip to main content
A newer version of this page is available. .

DocumentViewerBase.BackgroundImageLayout 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 and its layout, use custom skins.

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, 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 ImageLayout BackgroundImageLayout { get; set; }

Property Value

Type
ImageLayout
See Also