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