StyleSheetCollection
StyleSheetCollection class
Collection of StyleSheets.
public class StyleSheetCollection : Collection
Properties
Name |
Description |
Count { get; } |
Gets the number of elements actually contained in the collection. |
Item { get; } |
Gets the element at the specified index. |
Methods
Name |
Description |
Add(StyleSheet) |
Add StyleSheet in the collection. |
Clear() |
Removes all elements from collection. |
GetEnumerator() |
Supports a simple iteration over a nongeneric collection. |
GetStyleSheet(int) |
Gets the element at the specified ID. |
IsExist(int) |
Is exist item in the collection. |
Remove(StyleSheet) |
Remove StyleSheet from the collection. |
See Also