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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | The object to which the attached property is written. |
value | Color | The required Color value. |
See Also