Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

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