Skip to main content

ShapeOutlineFill.SetAutoFill() Method

Sets the automatic fill for a drawing object’s element.

Namespace: DevExpress.Spreadsheet.Drawings

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void SetAutoFill()

Remarks

Use the SetAutoFill method to apply the default formatting to the specified drawing object’s element. The default format is determined by the current document theme (and by the ChartObject.Style value for charts).

See Also