Share via


PlaneProjection Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The PlaneProjection type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone CenterOfRotationX Gets or sets the x-coordinate of the center of rotation of the object you rotate.
Public propertySupported by Silverlight for Windows Phone CenterOfRotationY Gets or sets the y-coordinate of the center of rotation of the object you rotate.
Public propertySupported by Silverlight for Windows Phone CenterOfRotationZ Gets or sets the z-coordinate of the center of rotation of the object you rotate.
Public propertySupported by Silverlight for Windows Phone Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public propertySupported by Silverlight for Windows Phone GlobalOffsetX Gets or sets the distance the object is translated along the x-axis of the screen.
Public propertySupported by Silverlight for Windows Phone GlobalOffsetY Gets or sets the distance the object is translated along the y-axis of the screen.
Public propertySupported by Silverlight for Windows Phone GlobalOffsetZ Gets or sets the distance the object is translated along the z-axis of the screen.
Public propertySupported by Silverlight for Windows Phone LocalOffsetX Gets or sets the distance the object is translated along the x-axis of the plane of the object.
Public propertySupported by Silverlight for Windows Phone LocalOffsetY Gets or sets the distance the object is translated along the y-axis of the plane of the object.
Public propertySupported by Silverlight for Windows Phone LocalOffsetZ Gets or sets the distance the object is translated along the z-axis of the plane of the object.
Public propertySupported by Silverlight for Windows Phone ProjectionMatrix Gets the projection matrix on the PlaneProjection.
Public propertySupported by Silverlight for Windows Phone RotationX Gets or sets the number of degrees to rotate the object around the x-axis of rotation.
Public propertySupported by Silverlight for Windows Phone RotationY Gets or sets the number of degrees to rotate the object around the y-axis of rotation.
Public propertySupported by Silverlight for Windows Phone RotationZ Gets or sets the number of degrees to rotate the object around the z-axis of rotation.

Top