[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1RichTextViewManager.GetLine

GetLine Method

GetLine(C1TextPointer)

Returns the inner C1Line that contains a C1TextPointer.

Declaration
public C1Line GetLine(C1TextPointer position)
Parameters
Type Name Description
C1TextPointer position

A C1TextPointer.

Returns
Type Description
C1Line

A C1Line that contains the parameter C1TextPointer.