TextFormattingRunProperties.ClearForegroundBrush Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a new TextFormattingRunProperties with all properties the same except for the foreground brush.
public:
Microsoft::VisualStudio::Text::Formatting::TextFormattingRunProperties ^ ClearForegroundBrush();
public Microsoft.VisualStudio.Text.Formatting.TextFormattingRunProperties ClearForegroundBrush ();
member this.ClearForegroundBrush : unit -> Microsoft.VisualStudio.Text.Formatting.TextFormattingRunProperties
Public Function ClearForegroundBrush () As TextFormattingRunProperties
Returns
A TextFormattingRunProperties with the foreground brush cleared.