Gets or sets the SmartTileBackgroundState object at the specified index.
Namespace: Ico.Windows.ControlsAssembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public SmartTileBackgroundState this[ int index ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ index As Integer _ ) As SmartTileBackgroundState Get Set |
JScript |
---|
|
Parameters
- index
- Type: System..::..Int32
The zero-based index of the SmartTileBackgroundState object to get or set.