Gets or sets the background color of the object.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public Nullable<Color> BackColor { get; set; } |
Visual Basic
![]() |
---|
Public Property BackColor As Nullable(Of Color) |
An instance of the .NET Color structure or null (Nothing in Visual Basic). The default is null.
If this property is set to null (Nothing in Visual Basic), the background of the annotation will be set to SystemColors.Info.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |