[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextElement.CreateNewElement

CreateNewElement Method

CreateNewElement()

Creates a new C1TextElement with the same type as this.

Declaration
public virtual C1TextElement CreateNewElement()
Returns
Type Description
C1TextElement

A new C1TextElement with the same type as this.

Remarks

This can be overridden in custom C1TextElement with no default constructors.