TransformPattern Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a control that can be moved, resized, or rotated within a two-dimensional space.
public ref class TransformPattern : System::Windows::Automation::BasePattern
public class TransformPattern : System.Windows.Automation.BasePattern
type TransformPattern = class
inherit BasePattern
Public Class TransformPattern
Inherits BasePattern
- Inheritance
Remarks
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.
Fields
| Name | Description |
|---|---|
| CanMoveProperty |
Identifies the CanMove property. |
| CanResizeProperty |
Identifies the CanResize property. |
| CanRotateProperty |
Identifies the CanRotate property. |
| Pattern |
Identifies the TransformPattern control pattern. |
Properties
| Name | Description |
|---|---|
| Cached |
Gets the cached UI Automation property values for this TransformPattern. |
| Current |
Gets the current UI Automation property values for this TransformPattern. |
Methods
| Name | Description |
|---|---|
| Move(Double, Double) |
Moves the control. |
| Resize(Double, Double) |
Resizes the control. |
| Rotate(Double) |
Rotates the control. |