StyleCollection
Represents a collection of styles used in the Styles.
Gets or sets the element at the specified index.
Gets or sets the name of the style.
public StyleCollection()
Initializes a new instance of the StyleCollection class with default settings.
Adds an object to the end of this collection.
Adds the specified elements to the end of this collection.
Creates exact copy of this collection.
Determines whether an element is in the collection.
Determines whether a style with specified name is in the collection.
Returns the zero-based index of the first occurrence of an object.
Returns the zero-based index of the first occurrence of a style with specified name.
Inserts an object into this collection at the specified index.
Loads the collection from a stream.
Loads the collection from a file.
Removes the specified object from the collection.
Saves the collection to a stream.
Saves the collection to a file.