MindFusion.Wpf Pack Programmer's Guide
CellAnnotation.TextBrush Property
See Also
 





Gets or sets the background color of the object.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Brush TextBrush { get; set; }

Visual Basic  Copy Code

Public Property TextBrush As Brush

 Property Value

An instance of the WPF Brush 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.InfoTextBrush.

 See Also

CellAnnotation Members
CellAnnotation Class
MindFusion.Spreadsheet.Wpf Namespace