RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1TextElementView Class / ViewManager Property

In This Topic
    ViewManager Property (C1TextElementView)
    In This Topic
    Gets the C1RichTextViewManager associated with this C1TextElementView.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ViewManager As C1RichTextViewManager
    public C1RichTextViewManager ViewManager {get;}
    See Also