Back to Devexpress

PictureFill.AlignType Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-picturefill-87a7b897.md

latest2.1 KB
Original Source

PictureFill.AlignType Property

Gets or sets the position of the first tile relative to the shape to which the tiled picture fill is applied.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public TileAlignType AlignType { get; set; }
vb
Public Property AlignType As TileAlignType

Property Value

TypeDescription
TileAlignType

The alignment type of the first tile relative to the shape.

|

Available values:

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.

|

See Also

PictureFill Class

PictureFill Members

DevExpress.Docs.Presentation Namespace