Gets or sets the text color of the run, or null (Nothing in Visual Basic), if the run should use the default text color.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush Brush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Brush As Brush |
An instance of the WPF Brush class.
See Also