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
CanMoveProperty |
Identifies the CanMove property. |
CanResizeProperty |
Identifies the CanResize property. |
CanRotateProperty |
Identifies the CanRotate property. |
Pattern |
Identifies the TransformPattern control pattern. |
Properties
Cached |
Gets the cached UI Automation property values for this TransformPattern. |
Current |
Gets the current UI Automation property values for this TransformPattern. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
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) |