Search
CellAnnotation.BackColor Property
See Also
 






Gets or sets the background color of the object.

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

 Syntax

C#  Copy Code

public Nullable<Color> BackColor { get; set; }

Visual Basic  Copy Code

Public Property BackColor As Nullable(Of Color)

 Property Value

An instance of the .NET Color structure or null (Nothing in Visual Basic). The default is null.

 Remarks

If this property is set to null (Nothing in Visual Basic), the background of the annotation will be set to SystemColors.Info.

 See Also