Rotation.Axis Property

Gets or sets the three-dimensional axis to use for the rotation.

Syntax

  public Vector3 Axis {get; set;}

Property Value

Microsoft.MediaCenter.UI.Vector3.  Specifies the axis of rotation, as follows: AngleDegrees | AngleRadians;X rotation,Y rotation,Z rotation. For example: 0deg;0,0,1.

This property is read/write.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also