ExtensionMethods.IsClipped(UIElement) Method

Definition

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

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsClipped(System::Windows::UIElement ^ element);
public static bool IsClipped (this System.Windows.UIElement element);
static member IsClipped : System.Windows.UIElement -> bool
<Extension()>
Public Function IsClipped (element As UIElement) As Boolean

Parameters

element
UIElement

The element.

Returns

True if the text is clipped, otherwise false.

Applies to