Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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