Share via


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)

Syntax

'Declaration
Public ReadOnly Property ForegroundBrushEmpty As Boolean
public bool ForegroundBrushEmpty { get; }
public:
property bool ForegroundBrushEmpty {
    bool get ();
}
member ForegroundBrushEmpty : bool with get
function get ForegroundBrushEmpty () : boolean

Property Value

Type: Boolean
true if the foreground brush is empty, false otherwise.

.NET Framework Security

See Also

Reference

TextFormattingRunProperties Class

Microsoft.VisualStudio.Text.Formatting Namespace