Share via


Resizer.SetThumbGripLocation(DependencyObject, ResizeGripLocation) Method

Definition

Sets the location for a grip.

public:
 static void SetThumbGripLocation(System::Windows::DependencyObject ^ element, Microsoft::Management::UI::Internal::ResizeGripLocation value);
public static void SetThumbGripLocation (System.Windows.DependencyObject element, Microsoft.Management.UI.Internal.ResizeGripLocation value);
static member SetThumbGripLocation : System.Windows.DependencyObject * Microsoft.Management.UI.Internal.ResizeGripLocation -> unit
Public Shared Sub SetThumbGripLocation (element As DependencyObject, value As ResizeGripLocation)

Parameters

element
DependencyObject

The dependency object that the property will be attached to.

value
ResizeGripLocation

The new value.

Applies to