Share via


ViewItem.Offset Property

Gets the offset of the view.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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

Property Value

Type: System.Windows.Vector
A Vector that represents the offset of the current view.

.NET Framework Security

See Also

Reference

ViewItem Class

Microsoft.Windows.Design.Interaction Namespace