Partager via


Propriété Item

Gets the value of the specified style found in the location specified by the index. In C#, this property is the indexer for the Style class.

Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.

Liste de surcharge

  Nom Description
Propriété publique Item[ ( [ ( String] ) ] ) Gets the value of the specified style that matches the name given in the styleName parameter. In C#, this property is the indexer for the Style class. (remplace StyleBase. . :: . .Item[ ( [ ( String] ) ] ) .)
Propriété publique Item[ ( [ ( Int32] ) ] ) Returns a style at the specified index. (hérité de StyleBase.)

Haut de la page