TransformPattern Class
Represents a control that can be moved, resized, or rotated within a two-dimensional space.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Frees resources and performs other cleanup operations before the object is reclaimed by garbage collection.(Inherited from BasePattern.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Move(Double, Double) | Moves the control. |
![]() | Resize(Double, Double) | Resizes the control. |
![]() | Rotate(Double) | Rotates the control. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | CanMoveProperty | Identifies the CanMove property. |
![]() ![]() | CanResizeProperty | Identifies the CanResize property. |
![]() ![]() | CanRotateProperty | Identifies the CanRotate property. |
![]() ![]() | Pattern | Identifies the TransformPattern control pattern. |
Support for this control pattern is not limited to objects on the desktop. This control pattern must also be supported by the children of a container object as long as the children can be moved, resized, or rotated freely within the boundaries of the container.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




