Gets or sets the .
Namespace: FiftyOne.Framework.Mobile.ConfigurationAssembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)
Syntax
| C# |
|---|
public ThemesElement this[ int index ] { get; set; } |
| Visual Basic |
|---|
Public Default Property Item ( _ index As Integer _ ) As ThemesElement Get Set |
| Visual C++ |
|---|
public: property ThemesElement^ default[int index] { ThemesElement^ get (int index); void set (int index, ThemesElement^ value); } |
Parameters
- index
- Type: System..::..Int32