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

ShapeOutlineFill.SetAutoFill() Method

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

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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