Constructs a new C1BoxView.

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

Syntax

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

Parameters

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

See Also