Visual.Orientation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A quaternion describing an orientation and rotation in 3D space that will be applied to the visual. Animatable.
public:
property quaternion Orientation { quaternion get(); void set(quaternion value); };
quaternion Orientation();
void Orientation(quaternion value);
public Quaternion Orientation { get; set; }
var quaternion = visual.orientation;
visual.orientation = quaternion;
Public Property Orientation As Quaternion
Property Value
A Quaternion describing an orientation and rotation in 3D space that will be applied to the visual.