TouchCollection.Item Property

Gets or sets the information of the specified touch location.

Syntax

'Declaration
Public Property Item ( _
         index As Integer _
) As TouchLocation 
public TouchLocation this [
         int index
] { get; set; }
public:
property TouchLocation default [Int32] {
         TouchLocation get (int index);
         void set (TouchLocation value);
}

Property Value

Type: TouchLocation
Touch location.

Requirements

Namespace: Microsoft.Xna.Framework.Input.Touch

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

TouchCollection Structure
TouchCollection Members
Microsoft.Xna.Framework.Input.Touch Namespace

Platforms

Windows Phone