Windows.UI.Xaml.Controls.Viewbox.Stretch

June 22, 2022 ยท View on GitHub

-description

Gets or sets the Stretch mode, which determines how content fits into the available space.

-xaml-syntax

<ViewBox Stretch="stretchMemberName"/>

-xaml-values

stretchMemberName
stretchMemberNameA named constant of the Stretch enumeration, such as Fill.
## -property-value A [Stretch](../windows.ui.xaml.media/stretch.md) mode, which determines how content fits in the available space. The default is **Uniform**.

-remarks

-examples

-see-also