共用方式為


TextHighlighter.Foreground 屬性

定義

取得或設定筆刷,用來色彩醒目提示的文字。

public:
 property Brush ^ Foreground { Brush ^ get(); void set(Brush ^ value); };
Brush Foreground();

void Foreground(Brush value);
public Brush Foreground { get; set; }
var brush = textHighlighter.foreground;
textHighlighter.foreground = brush;
Public Property Foreground As Brush

屬性值

用來將醒目提示文字著色的筆刷。

適用於