RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1SpanView Class / Content Property

In This Topic
    Content Property (C1SpanView)
    In This Topic
    Gets the innermost view that is associated with the same C1.WPF.RichTextBox.Documents.C1TextElement as this view.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Content As C1TextElementView
    public C1TextElementView Content {get;}
    See Also