共用方式為


RichEditBox.ContentLinkForegroundColor 屬性

定義

取得或設定用來設定連結文字色彩的筆刷。

public:
 property SolidColorBrush ^ ContentLinkForegroundColor { SolidColorBrush ^ get(); void set(SolidColorBrush ^ value); };
SolidColorBrush ContentLinkForegroundColor();

void ContentLinkForegroundColor(SolidColorBrush value);
public SolidColorBrush ContentLinkForegroundColor { get; set; }
var solidColorBrush = richEditBox.contentLinkForegroundColor;
richEditBox.contentLinkForegroundColor = solidColorBrush;
Public Property ContentLinkForegroundColor As SolidColorBrush

屬性值

用來著色連結文字的筆刷。

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

備註

重要

此 API 支援內容連結。 Windows 10 版本 1903 之後的 Windows 版本中不提供啟用內容連結的 Windows 功能。 XAML 文字控制項的內容連結在版本 1903 之後將無法運作。

適用於