DoubleKeyFrameCollection.Item[Int32] Propiedad

Definición

Obtiene o establece el objeto DoubleKeyFrame en la posición de índice especificada.

public:
 property System::Windows::Media::Animation::DoubleKeyFrame ^ default[int] { System::Windows::Media::Animation::DoubleKeyFrame ^ get(int index); void set(int index, System::Windows::Media::Animation::DoubleKeyFrame ^ value); };
public System.Windows.Media.Animation.DoubleKeyFrame this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.Animation.DoubleKeyFrame with get, set
Default Public Property Item(index As Integer) As DoubleKeyFrame

Parámetros

index
Int32

Índice de base cero del objeto DoubleKeyFrame que se va a obtener o establecer.

Valor de propiedad

en DoubleKeyFrame el índice especificado.

Excepciones

El intento de modificar la colección no es válido porque la colección está inmovilizada (su IsFrozen propiedad es true).

index es menor que cero.

O bien

index es igual o mayor que Count.

Se aplica a