Gets or sets the background color of the object.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public Brush TextBrush { get; set; } |
Visual Basic
![]() |
---|
Public Property TextBrush As Brush |
An instance of the WPF Brush 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.InfoTextBrush.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |