Initializes a new instance of the ParagraphText class,
assigning the Text property,
and specifying the font.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public ParagraphText( string text, Font font ) |
Visual Basic |
---|
Public Sub New ( _ text As String, _ font As Font _ ) |
Parameters
- text
- Type: System..::..String
A string assigned to the Text property of the current object.
- font
- Type: System.Drawing..::..Font
The font to use.