Share via


UserActivityVisualElements.BackgroundColor Property

Definition

Gets and sets the background color for the details tile for this UserActivity.

public:
 property Color BackgroundColor { Color get(); void set(Color value); };
Color BackgroundColor();

void BackgroundColor(Color value);
public Color BackgroundColor { get; set; }
var color = userActivityVisualElements.backgroundColor;
userActivityVisualElements.backgroundColor = color;
Public Property BackgroundColor As Color

Property Value

The color for the background.

Applies to