VisualTurn |
public void TurnTo( Matrix targetMatrix, double speed )
// This example will turn a visual to 90 degrees around the Y axis, // using a given speed. void TurnToMD_OnClick(Visual sender, PickInfo pickInfo) { sender.TurnTo(Matrix.RotationY90, 20); }