Share via


TextFormattingRunProperties.BackgroundBrushSame Method

Determines whether the background brush for this TextFormattingRunProperties is the same as the specified brush.

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

Syntax

'Declaration
Public Function BackgroundBrushSame ( _
    brush As Brush _
) As Boolean
public bool BackgroundBrushSame(
    Brush brush
)
public:
bool BackgroundBrushSame(
    Brush^ brush
)
member BackgroundBrushSame : 
        brush:Brush -> bool
public function BackgroundBrushSame(
    brush : Brush
) : boolean

Parameters

  • brush
    Type: Brush

    The other Brush.

Return Value

Type: Boolean
true if the background brushes are the same, false if they are not.

.NET Framework Security

See Also

Reference

TextFormattingRunProperties Class

Microsoft.VisualStudio.Text.Formatting Namespace