Table of Contents
BackgroundColor Property

Gets or sets the content's background color.

Syntax
 public Color BackgroundColor { get; set; }
Remarks

If this property is set, the content fills its background with the given color. The filling area includes padding and border, but excludes margin.

See Also