Skip to main content

ShapeOutlineFill.SolidFill Property

Provides access to the settings of the solid fill applied to a drawing object’s element.

Namespace: DevExpress.Spreadsheet.Drawings

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

ShapeSolidFill SolidFill { get; }

Property Value

Type Description
ShapeSolidFill

A ShapeSolidFill object containing solid fill options.

Remarks

To apply the solid color fill to a drawing object’s element, call the ShapeOutlineFill.SetSolidFill method. Use the SolidFill property to get or change the fill color.

See Also