Gets or sets the background color of the object.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush TextBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TextBrush As Brush |
An instance of the WPF Brush class or null (Nothing in Visual Basic). The default is null.
RemarksIf this property is set to null (Nothing in Visual Basic), the text color of the annotation will be set to SystemColors.InfoTextBrush.
See Also