Gets or sets the color of the element's text.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
Brush TextBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Property TextBrush As Brush |
An instance of the WPF Brush class.
See Also