ExtensionMethods.IsClipped Method (UIElement)

 

Determines whether the element's text is clipped by a parent ScrollViewer (the element can still be scrolled to view the clipped text)

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

<ExtensionAttribute>
Public Shared Function IsClipped (
	element As UIElement
) As Boolean

Parameters

element
Type: System.Windows.UIElement

The element.

Return Value

Type: System.Boolean

True if the text is clipped, otherwise false.

Return to top
Show: