Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 745 Bytes

tilebrush_stretch.md

File metadata and controls

31 lines (22 loc) · 745 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Media.TileBrush.Stretch
winrt property

Microsoft.UI.Xaml.Media.TileBrush.Stretch

-description

Gets or sets a value that specifies how the content of this TileBrush stretches to fit its tiles.

-xaml-syntax

<brush Stretch="stretchMemberName"/>

-xaml-values

stretchMemberName
stretchMemberNameA named constant of the Stretch enumeration, such as Fill.
## -property-value A value that specifies how this [TileBrush](tilebrush.md) content is projected onto its base tile. The default value is **Fill**.

-remarks

-examples

-see-also