ContentLink.Background 属性

定义

获取或设置提供链接的背景色的画笔。

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

void Background(Brush value);
public Brush Background { get; set; }
var brush = contentLink.background;
contentLink.background = brush;
Public Property Background As Brush

属性值

提供链接的背景色的画笔。

注解

重要

此 API 支持内容链接。 高于 Windows 10 版本 1903 的 Windows 版本中不提供启用内容链接的 Windows 功能。 在高于 1903 版本的 Windows 版本中,XAML 文本控件的内容链接将无法正常运行。

适用于