Defines configuration settings for themes. This class cannot be inherited.

Namespace: FiftyOne.Framework.Mobile.Configuration
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
public sealed class ThemesElement : ConfigurationElementCollection, 
	IFilter
Visual Basic
Public NotInheritable Class ThemesElement _
	Inherits ConfigurationElementCollection _
	Implements IFilter
Visual C++
public ref class ThemesElement sealed : public ConfigurationElementCollection, 
	IFilter

Inheritance Hierarchy

System..::..Object
  System.Configuration..::..ConfigurationElement
    System.Configuration..::..ConfigurationElementCollection
      FiftyOne.Framework.Mobile.Configuration..::..ThemesElement

See Also