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

ExportSettings.SetForeground(DependencyObject, Color) Method

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

Namespace: DevExpress.Xpf.Printing

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

Declaration

public static void SetForeground(
    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