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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.