RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1TextElementView Class / Content Property

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