Search
IStyle.Background Property
See Also
 






Gets or sets the background.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

Brush Background { get; set; }

Visual Basic  Copy Code

Property Background As Brush

 Property Value

An instance of the Brush class.

 See Also