Del via


Style.Item Property

Include Protected Members
Include Inherited Members

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.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public property 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. (Overrides StyleBase.Item[String].)
Public property Item[Int32] Returns a style at the specified index. (Inherited from StyleBase.)

Top