RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Span Class / Clone Method

In This Topic
    Clone Method (C1Span)
    In This Topic
    Returns a deep copy of this element.
    Syntax
    'Declaration
     
    
    Public Overridable Function Clone() As C1TextElement
    public virtual C1TextElement Clone()

    Return Value

    A deep copy of this element.
    See Also