Viewbox.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.
public:
property UIElement ^ Child { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Child();
void Child(UIElement value);
public UIElement Child { get; set; }
var uIElement = viewbox.child;
viewbox.child = uIElement;
Public Property Child As UIElement
<ViewBox ...>
child
</ViewBox>
Property Value
The single child element of a Viewbox element.