ShapePictureFill.AlignType Property
Gets or sets the placement of the tiled picture with respect to the shape.
Namespace: DevExpress.Spreadsheet.Drawings
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
TileAlignType | A TileAlignType enumeration value that specifies the first tile alignment. |
Available values:
Name | Description |
---|---|
TopLeft | Specifies that the first tile should be aligned to the top left of the shape. |
Top | Specifies that the first tile should be aligned to the top edge of the shape and centered. |
TopRight | Specifies that the first tile should be aligned to the top right of the shape. |
Left | Specifies that the first tile should be aligned to the left edge of the shape and centered. |
Center | Specifies that the first tile should be aligned to the center of the shape. |
Right | Specifies that the first tile should be aligned to the right edge of the shape and centered. |
BottomLeft | Specifies that the first tile should be aligned to the bottom left of the shape. |
Bottom | Specifies that the first tile should be aligned to the bottom edge of the shape and centered. |
BottomRight | Specifies that the first tile should be aligned to the bottom right of the shape. |
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.