Freigeben über


Item-Eigenschaft

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.

Überladungsliste 

  Name Beschreibung
Öffentliche Eigenschaft 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. (Überschreibt StyleBase. . :: . .Item[ ( [ ( String] ) ] ) .)
Öffentliche Eigenschaft Item[ ( [ ( Int32] ) ] ) Returns a style at the specified index. (Geerbt von StyleBase.)

Zum Anfang