ContainerVisual.Children 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.
The children of the ContainerVisual.
public:
property VisualCollection ^ Children { VisualCollection ^ get(); };
VisualCollection Children();
public VisualCollection Children { get; }
var visualCollection = containerVisual.children;
Public ReadOnly Property Children As VisualCollection
Property Value
The children of the ContainerVisual.