This topic has not yet been rated - Rate this topic

PointKeyFrameCollection.IndexOf method

Determines the index of a specific item in the collection.

Syntax


public int IndexOf(
  PointKeyFrame item
)

Parameters

item

Type: PointKeyFrame

The object to locate in the collection.

Return value

Type: System.Int32

The index of item if found in the collection; otherwise, –1.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media.Animation

See also

PointKeyFrameCollection

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.