Share via


Resizer.GetThumbGripLocation(DependencyObject) Method

Definition

Gets the location for a grip.

public:
 static Microsoft::Management::UI::Internal::ResizeGripLocation GetThumbGripLocation(System::Windows::DependencyObject ^ element);
public static Microsoft.Management.UI.Internal.ResizeGripLocation GetThumbGripLocation (System.Windows.DependencyObject element);
static member GetThumbGripLocation : System.Windows.DependencyObject -> Microsoft.Management.UI.Internal.ResizeGripLocation
Public Shared Function GetThumbGripLocation (element As DependencyObject) As ResizeGripLocation

Parameters

element
DependencyObject

The dependency object that the property is attached to.

Returns

The value of ThumbGripLocation that is attached to element.

Applies to