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 | |
---|---|---|
Clone() | Clones the StyleProperties object. | |
ContainStyleProperty(String) | Indicates whether this collection contains a named style property. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Returns the number of style properties. | |
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. | |
Item[String] | Gets the specified style from the collection. | |
Keys |
Top