RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Inline Class / ShallowClone Method

In This Topic
    ShallowClone Method (C1Inline)
    In This Topic
    Returns a shallow copy of this element.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShallowClone() As C1TextElement
    public virtual C1TextElement ShallowClone()

    Return Value

    A shallow copy of this element.
    See Also