Back to Devexpress

TileAlignType Enum

officefileapi-devexpress-dot-spreadsheet-dot-drawings-58b91a1b.md

latest2.1 KB
Original Source

TileAlignType Enum

Lists values used to specify the position of the first tile relative to the shape to which the tiled picture fill is applied.

Namespace : DevExpress.Spreadsheet.Drawings

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum TileAlignType
vb
Public Enum TileAlignType

Members

NameDescription
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.

|

The following properties accept/return TileAlignType values:

Remarks

The values listed by this enumeration are used by the ShapePictureFill.AlignType property.

See Also

DevExpress.Spreadsheet.Drawings Namespace