Click or drag to resize

TextAttribute Constructor (Object, String)

Initializes a new instance of the TextAttribute class.

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public TextAttribute(
	Object key,
	string text
)

Parameters

key
Type: SystemObject
A user defined key to classify the usage of this text.
text
Type: SystemString
The text.
See Also