Configuration element represents the child element of <themes> section. Extended class of Filter to define the theme based on the mobile capabilities.

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 ThemeElement : ConfigurationElementCollection, 
	IFilter
Visual Basic
Public NotInheritable Class ThemeElement _
	Inherits ConfigurationElementCollection _
	Implements IFilter
Visual C++
public ref class ThemeElement sealed : public ConfigurationElementCollection, 
	IFilter

Inheritance Hierarchy

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

See Also