TextFormattingRunProperties.ClearBackgroundBrush 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 background brush.
public:
Microsoft::VisualStudio::Text::Formatting::TextFormattingRunProperties ^ ClearBackgroundBrush();
public Microsoft.VisualStudio.Text.Formatting.TextFormattingRunProperties ClearBackgroundBrush ();
member this.ClearBackgroundBrush : unit -> Microsoft.VisualStudio.Text.Formatting.TextFormattingRunProperties
Public Function ClearBackgroundBrush () As TextFormattingRunProperties
Returns
A TextFormattingRunProperties with the BackgroundBrush property cleared.