Constructs a new C1BoxView.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public C1BoxView(
	C1TextElementView content
)
Visual Basic
Public Sub New ( _
	content As C1TextElementView _
)

Parameters

content
Type: C1.Phone.RichTextBox..::..C1TextElementView
The C1TextElementView that handles the actual content of the associated C1TextElement.

See Also