Click or drag to resize
DigitalRuneUIControlVisualChildren Property
Gets the visual children.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public VisualChildCollection VisualChildren { get; }

Property Value

Type: VisualChildCollection
The visual children.
Remarks
This collection should only be modified by the controls themselves and not by the user.
See Also