TransformPattern 类

定义

表示可在二维空间内移动、调整大小或旋转的控件。

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
继承
TransformPattern

注解

此控件模式的支持不限于桌面上的对象。 只要可以在容器边界内自由移动、调整子级或旋转子级,容器对象的子级也必须支持此控件模式。

字段

名称 说明
CanMoveProperty

标识 CanMove 属性。

CanResizeProperty

标识 CanResize 属性。

CanRotateProperty

标识 CanRotate 属性。

Pattern

标识 TransformPattern 控件模式。

属性

名称 说明
Cached

获取此 TransformPattern 的缓存 UI 自动化属性值。

Current

获取此 TransformPattern 的当前UI 自动化属性值。

方法

名称 说明
Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
Move(Double, Double)

移动控件。

Resize(Double, Double)

调整控件的大小。

Rotate(Double)

旋转控件。

ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅