Compartilhar via


DoubleKeyFrameCollection.Item[Int32] Propriedade

Definição

Obtém ou define o DoubleKeyFrame na posição 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

O índice de base zero do DoubleKeyFrame a ser obtido ou definido.

Valor da propriedade

DoubleKeyFrame

O DoubleKeyFrame no índice especificado.

Exceções

A tentativa de modificar a coleção é inválida porque a coleção está congelada (a propriedade IsFrozen dela é true).

index é menor que zero.

- ou - index é igual a ou maior que Count.

Aplica-se a