TileBrushDestinationRect Property

Gets or sets the rectangle on the destination in which to paint a tile.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public RelativeRect DestinationRect { get; set; }

Property Value

RelativeRect

Implements

ITileBrushDestinationRect

See Also