Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a style (NamedStyle object) to the collection. |
![]() | AddRange | Overloaded. Adds an array of styles (NamedStyle objects) to the collection. |
![]() | Clear | Removes all named styles from the collection. |
![]() | Compose | Composes a style, using the current style and a specified NamedStyle object. |
![]() | Contains | Determines whether the collection contains the specified style (NamedStyle object). |
![]() | CopyTo | Overloaded. Copies the styles in the collection to a specified array at a specified position. |
![]() | Deserialize | Loads the collection of styles from XML. |
![]() | Find | Finds a style (NamedStyle object) in the collection with the specified name. |
![]() | GetEnumerator | Gets an IEnumerator object for enumerating through the NamedStyle objects in the collection. |
![]() | GetObjectData | Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. |
![]() | IndexOf | Returns the index of the specified style in the collection. |
![]() | Insert | Inserts a style into the collection at the specified index. |
![]() | Remove | Removes the specified named style from the collection. |
![]() | RemoveAt | Removes a named style (NamedStyle object) from the collection at the specified index. |
![]() | Serialize | Saves the collection of styles to XML. |