Border.Child Property
Definition
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.