ViewItem.Offset 属性

获取视图的偏移。

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

语法

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

属性值

类型:System.Windows.Vector
一个 Vector,它表示当前视图的偏移。

.NET Framework 安全性

请参见

参考

ViewItem 类

Microsoft.Windows.Design.Interaction 命名空间