Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.38 KB

tilebrush.md

File metadata and controls

19 lines (16 loc) · 1.38 KB

TileBrush

Inheritance: Brush
AvaloniaUI documentation: TileBrush API

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.