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

ShapeFill.PictureFill Property

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

Namespace: DevExpress.Spreadsheet.Drawings

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

Declaration

ShapePictureFill PictureFill { get; }

Property Value

Type Description
ShapePictureFill

A ShapePictureFill object containing picture fill options.

Remarks

To apply the picture fill to a drawing object’s element, call the ShapeFill.SetPictureFill method. Use the PictureFill property to adjust the picture fill settings.

See Also