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

适用于