Skip to main content

ExportSettings.SetBackground(DependencyObject, Color) Method

Sets the value of the ExportSettings.Background attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetBackground(
    DependencyObject obj,
    Color value
)

Parameters

Name Type Description
obj DependencyObject

The object to which the attached property is written.

value Color

The required Color value.

See Also