ShapeGradientFill.TileRect Property
Specifies the rectangular region of a chart element to which the gradient fill is applied. This region will be tiled to fill the remaining area of the shape.
Namespace: DevExpress.Spreadsheet.Drawings
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
ShapeRectangleOffset | A ShapeRectangleOffset object that specifies the tile rectangle offset from the corresponding edge of the shape. |
Remarks
Note
The TileRect
property has no effect on the visual appearance of a chart when the document is loaded in the SpreadsheetControl. However, the property can be accessed in code, exported in supported formats and visualized in Microsoft Excel.
See Also