RichTextBox for WinRT
GetLine Method


A C1.Xaml.RichTextBox.Documents.C1TextPointer.
Returns the inner C1Line that contains a C1.Xaml.RichTextBox.Documents.C1TextPointer.
Syntax
'Declaration
 
Public Function GetLine( _
   ByVal position As C1TextPointer _
) As C1Line
'Usage
 
Dim instance As C1RichTextViewManager
Dim position As C1TextPointer
Dim value As C1Line
 
value = instance.GetLine(position)
public C1Line GetLine( 
   C1TextPointer position
)

Parameters

position
A C1.Xaml.RichTextBox.Documents.C1TextPointer.

Return Value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1RichTextViewManager Class
C1RichTextViewManager Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback