Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the text color and position.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public ParagraphText(
	string text,
	Color textColor,
	TextPositionEnum textPosition
)
Visual Basic
Public Sub New ( _
	text As String, _
	textColor As Color, _
	textPosition As TextPositionEnum _
)

Parameters

text
Type: System..::..String
A string assigned to the Text property of the current object.
textColor
Type: System.Drawing..::..Color
The text color to use.
textPosition
Type: C1.C1Preview..::..TextPositionEnum
The text position to use.

See Also