# AdjustDragElement(float)

> Method used to adjust the dragelement. Mainly used in a scroller.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.6/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public void AdjustDragElement(float factor)
```

### Parameters

**** (\[float]\(https\://learn.microsoft.com/dotnet/api/system.single)): The factor used to adjust the drag element, where a value > 1 will make it invisible.
