RichTextBox for WPF
Foreground プロパティ (C1TextRange)

C1.WPF.RichTextBox.4.5.2 アセンブリ > C1.WPF.RichTextBox.Documents 名前空間 > C1TextRange クラス : Foreground プロパティ
範囲内のランの前景を取得または設定します。
シンタックス
'宣言
 
Public Property Foreground As System.Windows.Media.Brush
public System.Windows.Media.Brush Foreground {get; set;}
解説
範囲が空の場合にこのプロパティを設定すると、書き込むテキストの Foreground が変更され、このプロパティを取得すると、書き込むテキストの書式が返されます。選択範囲が空ではない場合にこのプロパティを取得すると、選択範囲の書式が返され、選択範囲の書式が混在している場合は null が返されます。
参照

C1TextRange クラス
C1TextRange メンバ