Represents an attribute of the UI theme (Name and Value).

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

Syntax

C#
public class ThemeAttribute : INamedObject
Visual Basic
Public Class ThemeAttribute _
	Implements INamedObject
Visual C++
public ref class ThemeAttribute : INamedObject

Inheritance Hierarchy

System..::..Object
  DigitalRune.Game.UI.Rendering..::..ThemeAttribute

See Also