CharKeyFrameCollection.Item[Int32] Propriété

Définition

Obtient ou définit le CharKeyFrame à la position d’index spécifiée.

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

Paramètres

index
Int32

Index de base zéro du CharKeyFrame à obtenir ou définir.

Valeur de propriété

CharKeyFrame au niveau de l'index spécifié.

Exceptions

La tentative de changement de la collection est non valide, car la collection est gelée (sa propriété IsFrozen a la valeur true).

index est inférieur à zéro.

- ou -

index est supérieur ou égal à Count.

S’applique à