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

ShapePictureFill.AlignType Property

Gets or sets the placement of the tiled picture with respect to the shape.

Namespace: DevExpress.Spreadsheet.Drawings

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

Declaration

TileAlignType AlignType { get; set; }

Property Value

Type Description
TileAlignType

A TileAlignType enumeration value that specifies the first tile alignment.

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