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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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