共用方式為


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 命名空間