Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 773 Bytes

viewbox_stretch.md

File metadata and controls

33 lines (22 loc) · 773 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Viewbox.Stretch
winrt property

Windows.UI.Xaml.Controls.Viewbox.Stretch

-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