ExtensionMethods::IsTextTrimmed Method (TextBlock^)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
[ExtensionAttribute]
static bool IsTextTrimmed(
	TextBlock^ textBlock
)

Parameters

textBlock
Type: System.Windows.Controls::TextBlock^

The text block.

Return Value

Type: System::Boolean

True if the text of the TextBlock is trimmed.

Return to top
Show: