ITransformProvider Interface
Exposes methods and properties to support UI Automation client access to controls that can be moved, resized, or rotated within a two-dimensional space.
Assembly: UIAutomationProvider (in UIAutomationProvider.dll)
| Name | Description | |
|---|---|---|
![]() | Move(Double, Double) | Moves the control. |
![]() | Resize(Double, Double) | Resizes the control. |
![]() | Rotate(Double) | Rotates the control. |
Implemented on a UI Automation provider that must support the TransformPattern control pattern.
Support for this control pattern is not limited to objects on the desktop. This control pattern must also be implemented 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
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
TransformPattern
System.Windows.Automation.Provider Namespace
UI Automation Control Patterns Overview
Server-Side UI Automation Provider Implementation
Client-Side UI Automation Provider Implementation
Support Control Patterns in a UI Automation Provider
Implementing the UI Automation Transform Control Pattern

