Gets the visual children.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.1.0.0 (1.1.1.9392)

Syntax

C#
public VisualChildCollection VisualChildren { get; private set; }
Visual Basic
Public Property VisualChildren As VisualChildCollection
	Get
	Private Set
Visual C++
public:
property VisualChildCollection^ VisualChildren {
	VisualChildCollection^ get ();
	private: void set (VisualChildCollection^ value);
}

Field Value

The visual children.

Remarks

This collection should only be modified by the controls themselves and not by the user.

See Also