ThicknessKeyFrameCollection.Item[Int32] Propriedade

Definição

Obtém ou define o ThicknessKeyFrame na posição de índice especificada.

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

Parâmetros

index
Int32

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

Valor da propriedade

ThicknessKeyFrame

O ThicknessKeyFrame 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