Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 653 Bytes

border_child.md

File metadata and controls

36 lines (24 loc) · 653 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Border.Child
winrt property

Windows.UI.Xaml.Controls.Border.Child

-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