PlaneProjection.GlobalOffsetX Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the distance the object is translated along the x-axis of the screen.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<PlaneProjection GlobalOffsetX="double"/>
Property Value
Type: System.DoubleThe distance the object is translated along the x-axis of the screen.
Dependency property identifier field: GlobalOffsetXProperty
The GlobalOffsetX, GlobalOffsetY, and GlobalOffsetZ properties translate the object along axes relative to the screen. That is, unlike LocalOffsetX, LocalOffsetY, and LocalOffsetZ, the axis the object moves along is independent of any rotation applied to the object. These global offset properties are useful when you want to simply move the object along the x-, y-, or z-axis of the screen without worrying about the rotation applied to the object.