Search
Run.Brush Property
See Also
 






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

 Syntax

C#  Copy Code

public Brush Brush { get; set; }

Visual Basic  Copy Code

Public Property Brush As Brush

 Property Value

An instance of the WPF Brush class.

 See Also