Represents a control with another UIControl as content.

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 class ContentControl : UIControl
Visual Basic
Public Class ContentControl _
	Inherits UIControl
Visual C++
public ref class ContentControl : public UIControl

Remarks

The Content is another UIControl that is drawn inside the ContentControl. The Padding is applied to the bounds of the Content.

Inheritance Hierarchy

See Also