# TileBrush

**Inheritance:** [Brush](https://api.fabulous.dev/avalonia/media/brushes/brush)\
**AvaloniaUI documentation:** TileBrush [API](https://reference.avaloniaui.net/api/Avalonia.Media/TileBrush/)

## Properties

| Properties                                                    | Description                        |
| ------------------------------------------------------------- | ---------------------------------- |
| alignmentX(value: AlignmentX)                                 | Sets the AlignmentX property.      |
| alignmentY(value: AlignmentY)                                 | Sets the AlignmentY property.      |
| destinationRect(value: RelativeRect)                          | Sets the DestinationRect property. |
| destinationRect(rect: Rect, unit: RelativeUnit)               | Sets the DestinationRect property. |
| destinationRect(point: Point, size: Size, unit: RelativeUnit) | Sets the DestinationRect property. |
| sourceRect(value: RelativeRect)                               | Sets the SourceRect property.      |
| sourceRect(rect: Rect, unit: RelativeUnit)                    | Sets the SourceRect property.      |
| sourceRect(point: Point, size: Size, unit: RelativeUnit)      | Sets the SourceRect property.      |
| stretch(value: Stretch)                                       | Sets the Stretch property.         |
| tileMode(value: Stretch)                                      | Sets the TileMode property.        |
