Click or drag to resize

cssCollectionItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the cssEntryDefinition with the specified key.

Namespace:  imbSCI.Core.style.css
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public cssEntryDefinition this[
	string key
] { get; set; }
Request Example View Source

Parameters

key
Type: SystemString
The key.

Property Value

Type: cssEntryDefinition
The cssEntryDefinition.

Return Value

Type: cssEntryDefinition
See Also