Skip to main content

ShapePatternFill.BackgroundColor Property

Gets or sets the background color of the pattern fill applied to a chart element.

Namespace: DevExpress.Spreadsheet.Drawings

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

Color BackgroundColor { get; set; }

Property Value

Type Description
Color

A Color object that specifies the background color.

Remarks

To apply the pattern fill to a chart element, call the ShapeFill.SetPatternFill method. To change the background color of the specified pattern fill, access the ShapePatternFill object by utilizing the ShapeFill.PatternFill property, and then assign another value to the BackgroundColor property.

See Also