ColorKeyFrameCollection.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la ColorKeyFrame position d’index spécifiée.
public:
property System::Windows::Media::Animation::ColorKeyFrame ^ default[int] { System::Windows::Media::Animation::ColorKeyFrame ^ get(int index); void set(int index, System::Windows::Media::Animation::ColorKeyFrame ^ value); };
public System.Windows.Media.Animation.ColorKeyFrame this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.Animation.ColorKeyFrame with get, set
Default Public Property Item(index As Integer) As ColorKeyFrame
Paramètres
- index
- Int32
Index de base zéro de l’objet ColorKeyFrame à obtenir ou définir.
Valeur de propriété
À ColorKeyFrame l’index spécifié.
Exceptions
La tentative de modification de la collection n’est pas valide, car la collection est figée (sa IsFrozen propriété est true).