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