Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 642 Bytes

viewbox_child.md

File metadata and controls

33 lines (24 loc) · 642 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Viewbox.Child
winrt property

Microsoft.UI.Xaml.Controls.Viewbox.Child

-description

Gets or sets the single child element of a Viewbox element.

-xaml-syntax

<ViewBox ...>
  child
</ViewBox>

-xaml-values

child
childA single object element of a type that derives from UIElement, which is contained by this Viewbox.
## -property-value The single child element of a [Viewbox](viewbox.md) element.

-remarks

-examples

-see-also