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 値。

適用対象