Windows.UI.Xaml.Controls.Border.Child

June 22, 2022 ยท View on GitHub

-description

Gets or sets the child element to draw the border around.

-xaml-syntax

<Border>
  singleChild
</Border>

-xaml-values

singleChild
singleChildA single object element that the border encloses. This child must be an object that derives from UIElement.
## -property-value The [UIElement](../windows.ui.xaml/uielement.md) to apply the border to.

-remarks

-examples

-see-also