TextFormattingRunProperties::ForegroundBrushEmpty Property

 

Determines whether the foreground brush is empty.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
property bool ForegroundBrushEmpty {
	bool get();
}

Property Value

Type: System::Boolean

true if the foreground brush is empty, false otherwise.

Return to top
Show: