StringKeyFrameCollection.Item[Int32] Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém ou define na StringKeyFrame posição de índice especificada.
public:
property System::Windows::Media::Animation::StringKeyFrame ^ default[int] { System::Windows::Media::Animation::StringKeyFrame ^ get(int index); void set(int index, System::Windows::Media::Animation::StringKeyFrame ^ value); };
public System.Windows.Media.Animation.StringKeyFrame this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.Animation.StringKeyFrame with get, set
Default Public Property Item(index As Integer) As StringKeyFrame
Parâmetros
- index
- Int32
O índice baseado em zero do StringKeyFrame to get ou set.
Valor de Propriedade
O StringKeyFrame no índice especificado.
Exceções
A tentativa de modificar a coleção é inválida porque a coleção está congelada (a sua IsFrozen propriedade é true).