PlaneProjection Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The PlaneProjection type exposes the following members.
| Name | Description | |
|---|---|---|
|
CenterOfRotationX | Gets or sets the x-coordinate of the center of rotation of the object you rotate. |
|
CenterOfRotationY | Gets or sets the y-coordinate of the center of rotation of the object you rotate. |
|
CenterOfRotationZ | Gets or sets the z-coordinate of the center of rotation of the object you rotate. |
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
GlobalOffsetX | Gets or sets the distance the object is translated along the x-axis of the screen. |
|
GlobalOffsetY | Gets or sets the distance the object is translated along the y-axis of the screen. |
|
GlobalOffsetZ | Gets or sets the distance the object is translated along the z-axis of the screen. |
|
LocalOffsetX | Gets or sets the distance the object is translated along the x-axis of the plane of the object. |
|
LocalOffsetY | Gets or sets the distance the object is translated along the y-axis of the plane of the object. |
|
LocalOffsetZ | Gets or sets the distance the object is translated along the z-axis of the plane of the object. |
|
ProjectionMatrix | Gets the projection matrix on the PlaneProjection. |
|
RotationX | Gets or sets the number of degrees to rotate the object around the x-axis of rotation. |
|
RotationY | Gets or sets the number of degrees to rotate the object around the y-axis of rotation. |
|
RotationZ | Gets or sets the number of degrees to rotate the object around the z-axis of rotation. |
Show: