ItemsRepeater.Background Property

Definition

Gets or sets a brush that provides the background of the control.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

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

void Background(Brush value);
public Brush Background { get; set; }
Public Property Background As Brush

Property Value

The brush that provides the background of the control. The default is null, (a null brush) which is evaluated as Transparent for rendering.

Applies to