IThemePropertyCollection Interface |
Namespace: AskiaCore
The IThemePropertyCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
Number of properties in the collection
| |
Item |
Value associated with the specified property name
|
Name | Description | |
---|---|---|
Clear |
Remove all properties from the collection
| |
Contains |
Indicates if the collection contains the specified property
| |
Create |
Create a property using the specified name and value
| |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIThemeProperty.) | |
GetResolvedCascadingValues |
Get all properties including the ones resolving to default values
| |
Remove |
Remove the specified property from the collection
|