TableCell.BackgroundColor Property

Aspose.Note for .NET API

TableCellBackgroundColor Property

Gets or sets the background color.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public Color BackgroundColor { get; set; }
Public Property BackgroundColor As Color
	Get
	Set
public:
property Color BackgroundColor {
	Color get ();
	void set (Color value);
}
member BackgroundColor : Color with get, set

Property Value

Type: Color
See Also