TextRunProperties.ForegroundBrush プロパティ

定義

テキスト ランの前景色の描画に使用するブラシを取得します。

public:
 abstract property System::Windows::Media::Brush ^ ForegroundBrush { System::Windows::Media::Brush ^ get(); };
public abstract System.Windows.Media.Brush ForegroundBrush { get; }
member this.ForegroundBrush : System.Windows.Media.Brush
Public MustOverride ReadOnly Property ForegroundBrush As Brush

プロパティ値

Brush

前景色を表す Brush の値。

適用対象