ComponentOne RichTextBox for UWP
C1BoxView Constructor

C1.Xaml.RichTextBox Namespace > C1BoxView Class : C1BoxView Constructor
The C1TextElementView that handles the actual content of the associated C1.Xaml.RichTextBox.Documents.C1TextElement.
Constructs a new C1BoxView.
Syntax
'Declaration
 
Public Function New( _
   ByVal content As C1TextElementView _
)
public C1BoxView( 
   C1TextElementView content
)

Parameters

content
The C1TextElementView that handles the actual content of the associated C1.Xaml.RichTextBox.Documents.C1TextElement.
See Also

Reference

C1BoxView Class
C1BoxView Members