Click or drag to resize

TagList Item Property

Gets or sets a key and a value pair of a tag.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public string this[
	string name
] { get; set; }

Parameters

name
Type: System String
Key of a tag.

Return Value

Type: String
Value of a tag.
See Also