[]
        
(Showing Draft Content)

C1.Framework.ParagraphElement.-ctor

ParagraphElement Constructor

ParagraphElement(Style, string)

Initializes a new instance of the ParagraphElement class with the specified text and style settings.

Declaration
public ParagraphElement(Style style, string text)
Public Sub New(style As Style, text As String)
Parameters
Type Name Description
Style style

The Style object to use.

string text

The text to display.

ParagraphElement(Style)

Initializes a new instance of the ParagraphElement class with the specified style settings.

Declaration
public ParagraphElement(Style style)
Public Sub New(style As Style)
Parameters
Type Name Description
Style style

The Style object to use.

ParagraphElement(string)

Initializes a new instance of the ParagraphElement class with the specified text.

Declaration
public ParagraphElement(string text)
Public Sub New(text As String)
Parameters
Type Name Description
string text

The text to display.

ParagraphElement()

Initializes a new instance of the ParagraphElement class.

Declaration
public ParagraphElement()
Public Sub New()