Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Border.Child Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Controls
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the child element to draw the border around.
public:
property UIElement ^ Child { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Child();
void Child(UIElement value);
public UIElement Child { get; set; }
var uIElement = border.child;
border.child = uIElement;
Public Property Child As UIElement
<Border>
singleChild
</Border>
Property Value
The UIElement to apply the border to.
Applies to
Feedback
Was this page helpful?
