Click or drag to resize
MultilineTextAttribute Constructor (String)
Initializes a new instance of the MultilineTextAttribute class. Used in derived type using one line of text.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected MultilineTextAttribute(
	string line1
)

Parameters

line1
Type: SystemString
The first line of text.
See Also