ViewItem.Transform 属性

获取当前 ViewItem 的转换值。

命名空间:  Microsoft.Windows.Design.Interaction
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public MustOverride ReadOnly Property Transform As Transform
    Get
public abstract Transform Transform { get; }
public:
virtual property Transform^ Transform {
    Transform^ get () abstract;
}
abstract Transform : Transform
abstract function get Transform () : Transform

属性值

类型:System.Windows.Media.Transform
一个 Transform,它表示当前 Visual 的转换。

.NET Framework 安全性

请参见

参考

ViewItem 类

Microsoft.Windows.Design.Interaction 命名空间