RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextViewManager Class
Properties Methods


In This Topic
    C1RichTextViewManager Class Members
    In This Topic

    The following tables list the members exposed by C1RichTextViewManager.

    Public Constructors
     NameDescription
    Public ConstructorConstructs a new C1RichTextViewManager.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the C1.WPF.RichTextBox.Documents.C1Document associated with this C1RichTextViewManager.  
    Public PropertyGets or sets a IRichTextPainter that can customize the painting of this C1RichTextViewManager contents.  
    Public PropertyGets or sets an object that can be accessed through bindings in each presenter.  
    Public PropertyGets the collection of C1RichTextPresenterSource.  
    Public PropertyGets or sets a IStyleOverride that can override the styles of this C1RichTextViewManager contents.  
    Public PropertyGets or sets the width of a tab in whitespaces.  
    Top
    Public Methods
     NameDescription
    Public MethodDetaches the C1RichTextViewManager from its Document.  
    Public MethodReturns the C1.WPF.RichTextBox.Documents.C1TextElement directly below a given point.  
    Public MethodReturns the inner C1Line that contains a C1.WPF.RichTextBox.Documents.C1TextPointer.  
    Public MethodReturns a point in document coordinates from the position of a mouse event.  
    Public MethodReturns a point in document coordinates from a point relative to a System.Windows.UIElement.  
    Public MethodReturns the closest text position to a given point in the document layout.  
    Public MethodReturns the System.Windows.Rect of document layout coordinates for a given position.  
    Public MethodReturns a point relative to an element from a point in document coordinates.  
    Public MethodGets the view associated with a given C1.WPF.RichTextBox.Documents.C1TextElement in this C1RichTextViewManager.  
    Public MethodForces a new paint pass.  
    Public MethodPaint rich text outside the visual tree.  
    Top
    See Also