TransformPattern Class

Definition

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
TransformPattern

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)

Applies to

See also