StyleSheetCollection

StyleSheetCollection class

Collection of StyleSheets.

Properties

NameTypeDescription
Countint
Item (int)StyleSheet

Methods

NameDescription
addAdd StyleSheet in the collection.
removeRemove StyleSheet from the collection.
getStyleSheetGets the element at the specified ID.
clear
removeAt
iteratorReserved for internal use.

StyleSheetCollection.Count property

Type: int

StyleSheetCollection.Item (int) property

Type: StyleSheet

add(item)

Add StyleSheet in the collection.

ParameterTypeDescription
itemStyleSheet

remove(item)

Remove StyleSheet from the collection.

ParameterTypeDescription
itemStyleSheet

getStyleSheet(ID)

Gets the element at the specified ID.

ParameterTypeDescription
IDint

clear()

removeAt(index)

iterator()

Reserved for internal use.