# DrivenTransformProperties

> An enumeration of transform properties that can be driven on a RectTransform by an object.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
[Flags]
public enum DrivenTransformProperties
```

## Remarks

Additional Resources: [RectTransform.reapplyDrivenProperties](/engine/6000.7/script-reference/unityengine/recttransform/reapplydrivenproperties-1.md).

## Fields

| Value                                                                                                             | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ----------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [All](/engine/6000.7/script-reference/unityengine/driventransformproperties/all.md)                               | Selects all driven properties.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [AnchoredPosition](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchoredposition.md)     | Selects driven property [RectTransform.anchoredPosition](/engine/6000.7/script-reference/unityengine/recttransform/anchoredposition.md).                                                                                                                                                                                                                                                                                                                                                                                                                 |
| [AnchoredPosition3D](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchoredposition3d.md) | Selects driven property [RectTransform.anchoredPosition3D](/engine/6000.7/script-reference/unityengine/recttransform/anchoredposition3d.md).                                                                                                                                                                                                                                                                                                                                                                                                             |
| [AnchoredPositionX](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchoredpositionx.md)   | Selects driven property [RectTransform.anchoredPosition](/engine/6000.7/script-reference/unityengine/recttransform/anchoredposition.md).x.                                                                                                                                                                                                                                                                                                                                                                                                               |
| [AnchoredPositionY](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchoredpositiony.md)   | Selects driven property [RectTransform.anchoredPosition](/engine/6000.7/script-reference/unityengine/recttransform/anchoredposition.md).y.                                                                                                                                                                                                                                                                                                                                                                                                               |
| [AnchoredPositionZ](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchoredpositionz.md)   | Selects driven property [RectTransform.anchoredPosition3D](/engine/6000.7/script-reference/unityengine/recttransform/anchoredposition3d.md).z.                                                                                                                                                                                                                                                                                                                                                                                                           |
| [AnchorMax](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchormax.md)                   | Selects driven property combining [DrivenTransformProperties.AnchorMaxX](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchormaxx.md) and [DrivenTransformProperties.AnchorMaxY](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchormaxy.md).                                                                                                                                                                                                                                                           |
| [AnchorMaxX](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchormaxx.md)                 | Selects driven property [RectTransform.anchorMax](/engine/6000.7/script-reference/unityengine/recttransform/anchormax.md).x.                                                                                                                                                                                                                                                                                                                                                                                                                             |
| [AnchorMaxY](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchormaxy.md)                 | Selects driven property [RectTransform.anchorMax](/engine/6000.7/script-reference/unityengine/recttransform/anchormax.md).y.                                                                                                                                                                                                                                                                                                                                                                                                                             |
| [AnchorMin](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchormin.md)                   | Selects driven property combining [DrivenTransformProperties.AnchorMinX](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchorminx.md) and [DrivenTransformProperties.AnchorMinY](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchorminy.md).                                                                                                                                                                                                                                                           |
| [AnchorMinX](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchorminx.md)                 | Selects driven property [RectTransform.anchorMin](/engine/6000.7/script-reference/unityengine/recttransform/anchormin.md).x.                                                                                                                                                                                                                                                                                                                                                                                                                             |
| [AnchorMinY](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchorminy.md)                 | Selects driven property [RectTransform.anchorMin](/engine/6000.7/script-reference/unityengine/recttransform/anchormin.md).y.                                                                                                                                                                                                                                                                                                                                                                                                                             |
| [Anchors](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchors.md)                       | Selects driven property combining [DrivenTransformProperties.AnchorMinX](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchorminx.md), [DrivenTransformProperties.AnchorMinY](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchorminy.md), [DrivenTransformProperties.AnchorMaxX](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchormaxx.md) and [DrivenTransformProperties.AnchorMaxY](/engine/6000.7/script-reference/unityengine/driventransformproperties/anchormaxy.md). |
| [None](/engine/6000.7/script-reference/unityengine/driventransformproperties/none.md)                             | Deselects all driven properties.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [Pivot](/engine/6000.7/script-reference/unityengine/driventransformproperties/pivot.md)                           | Selects driven property combining [DrivenTransformProperties.PivotX](/engine/6000.7/script-reference/unityengine/driventransformproperties/pivotx.md) and [DrivenTransformProperties.PivotY](/engine/6000.7/script-reference/unityengine/driventransformproperties/pivoty.md).                                                                                                                                                                                                                                                                           |
| [PivotX](/engine/6000.7/script-reference/unityengine/driventransformproperties/pivotx.md)                         | Selects driven property [RectTransform.pivot](/engine/6000.7/script-reference/unityengine/recttransform/pivot.md).x.                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [PivotY](/engine/6000.7/script-reference/unityengine/driventransformproperties/pivoty.md)                         | Selects driven property [RectTransform.pivot](/engine/6000.7/script-reference/unityengine/recttransform/pivot.md).y.                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [Rotation](/engine/6000.7/script-reference/unityengine/driventransformproperties/rotation.md)                     | Selects driven property [Transform.localRotation](/engine/6000.7/script-reference/unityengine/transform/localrotation.md).                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [Scale](/engine/6000.7/script-reference/unityengine/driventransformproperties/scale.md)                           | Selects driven property combining [DrivenTransformProperties.ScaleX](/engine/6000.7/script-reference/unityengine/driventransformproperties/scalex.md), [DrivenTransformProperties.ScaleY](/engine/6000.7/script-reference/unityengine/driventransformproperties/scaley.md) && [DrivenTransformProperties.ScaleZ](/engine/6000.7/script-reference/unityengine/driventransformproperties/scalez.md).                                                                                                                                                       |
| [ScaleX](/engine/6000.7/script-reference/unityengine/driventransformproperties/scalex.md)                         | Selects driven property [Transform.localScale](/engine/6000.7/script-reference/unityengine/transform/localscale.md).x.                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [ScaleY](/engine/6000.7/script-reference/unityengine/driventransformproperties/scaley.md)                         | Selects driven property [Transform.localScale](/engine/6000.7/script-reference/unityengine/transform/localscale.md).y.                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [ScaleZ](/engine/6000.7/script-reference/unityengine/driventransformproperties/scalez.md)                         | Selects driven property [Transform.localScale](/engine/6000.7/script-reference/unityengine/transform/localscale.md).z.                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [SizeDelta](/engine/6000.7/script-reference/unityengine/driventransformproperties/sizedelta.md)                   | Selects driven property combining [DrivenTransformProperties.SizeDeltaX](/engine/6000.7/script-reference/unityengine/driventransformproperties/sizedeltax.md) and [DrivenTransformProperties.SizeDeltaY](/engine/6000.7/script-reference/unityengine/driventransformproperties/sizedeltay.md).                                                                                                                                                                                                                                                           |
| [SizeDeltaX](/engine/6000.7/script-reference/unityengine/driventransformproperties/sizedeltax.md)                 | Selects driven property [RectTransform.sizeDelta](/engine/6000.7/script-reference/unityengine/recttransform/sizedelta.md).x.                                                                                                                                                                                                                                                                                                                                                                                                                             |
| [SizeDeltaY](/engine/6000.7/script-reference/unityengine/driventransformproperties/sizedeltay.md)                 | Selects driven property [RectTransform.sizeDelta](/engine/6000.7/script-reference/unityengine/recttransform/sizedelta.md).y.                                                                                                                                                                                                                                                                                                                                                                                                                             |
