Property Background
Background
Gets or sets the background brush for the control. Usage of this property depends on the control. Not all controls support it.
public override Brush? Background { get; set; }
Property Value
Remarks
Currently PictureBox and Border use brush assigned to this property for background painting.