CharKeyFrameCollection.Item[Int32] Propiedad

Definición

Obtiene o establece CharKeyFrame en la posición de índice especificada.

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

Parámetros

index
Int32

Índice de base cero de CharKeyFrame que se va a obtener o establecer.

Valor de propiedad

Objeto CharKeyFrame en el índice especificado.

Excepciones

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

index es menor que cero.

o bien

index es igual o mayor que Count.

Se aplica a