C1.Silverlight.RichTextBox.5
Enumerate(LogicalDirection) Method

A LogicalDirection.
Enumerates the C1TextPointer in the indicated direction.
Syntax
'Declaration
 
Public Overloads Function Enumerate( _
   ByVal dir As System.Windows.Documents.LogicalDirection _
) As System.Collections.Generic.IEnumerable(Of C1TextPointer)
public System.Collections.Generic.IEnumerable<C1TextPointer> Enumerate( 
   System.Windows.Documents.LogicalDirection dir
)

Parameters

dir
A LogicalDirection.

Return Value

An IEnumerable<C1TextPointer> enumerating the C1TextPointer in the indicated direction.
See Also

Reference

C1TextPointer Class
C1TextPointer Members
Overload List

 

 


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