MindFusion WinForms Programmer's Guide
CellAnnotation.TextColor 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> TextColor { get; set; }

Visual Basic  Copy Code

Public Property TextColor As Nullable(Of Color)

 Property Value

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

 Remarks

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

 See Also

CellAnnotation Members
CellAnnotation Class
MindFusion.Spreadsheet Namespace