Skip to main content

ShapePictureFill.OffsetY Property

Gets or sets the additional vertical offset of the tiled picture fill after the ShapePictureFill.AlignType property is specified.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

double OffsetY { get; set; }

Property Value

Type Description
Double

A Double value that is the offset in units specified by the ISpreadsheetComponent.Unit property. A negative value moves the picture fill up, and a positive values shifts the picture fill down.

Remarks

Note

To tile the picture as texture, it is necessary to fine-tune the picture options that are not currently supported by the SpreadsheetControl. Thus, using tile options does not affect the chart appearance.

See Also