RichTextBox for WPF
Enumerate メソッド (C1TextElement)

C1.WPF.RichTextBox.4.5.2 アセンブリ > C1.WPF.RichTextBox.Documents 名前空間 > C1TextElement クラス : Enumerate メソッド
System.Windows.Documents.LogicalDirection
ドキュメント内の指定された方向にある要素を列挙します。
シンタックス
'宣言
 
Public Function Enumerate( _
   ByVal dir As System.Windows.Documents.LogicalDirection _
) As System.Collections.Generic.IEnumerable(Of C1TextElement)
public System.Collections.Generic.IEnumerable<C1TextElement> Enumerate( 
   System.Windows.Documents.LogicalDirection dir
)

パラメータ

dir
System.Windows.Documents.LogicalDirection

戻り値の型

指定された方向にある要素の列挙。
参照

C1TextElement クラス
C1TextElement メンバ