Freigeben über


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

Return Value

Type: System.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