ContentLink.Background Property

Definition

Gets or sets a brush that provides the background color of the link.

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

Property Value

The brush that provides the background color of the link.

Remarks

Important

This API supports content links. The Windows features that enable content links are not available in versions of Windows after Windows 10 version 1903. Content links for XAML text controls will not function in versions of Windows later than version 1903.

Applies to