Share via


StyleProperties Members

Include Protected Members
Include Inherited Members

Represents a collection of styles. This class cannot be inherited.

The StyleProperties type exposes the following members.

Methods

  Name Description
Public method Clone() Clones the StyleProperties object.
Public method ContainStyleProperty(String) Indicates whether this collection contains a named style property.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Count Returns the number of style properties.
Public property Item[Int32] Gets the value of the style located in the collection at the position indicated by the index. In C#, this property is the indexer for the StyleProperties class.
Public property Item[String] Gets the specified style from the collection.
Public property Keys

Top