Rotation3DKeyFrameCollection.Item[Int32] Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o Rotation3DKeyFrame na posição de índice especificada.
public:
property System::Windows::Media::Animation::Rotation3DKeyFrame ^ default[int] { System::Windows::Media::Animation::Rotation3DKeyFrame ^ get(int index); void set(int index, System::Windows::Media::Animation::Rotation3DKeyFrame ^ value); };
public System.Windows.Media.Animation.Rotation3DKeyFrame this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.Animation.Rotation3DKeyFrame with get, set
Default Public Property Item(index As Integer) As Rotation3DKeyFrame
Parâmetros
- index
- Int32
O índice de base zero do Rotation3DKeyFrame a ser obtido ou definido.
Valor da propriedade
O Rotation3DKeyFrame 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
).