ManipulationInertiaStartingRoutedEventArgs.RotationBehavior Property

Definition

Gets information about the rotation information associated with the manipulation for this event occurrence.

public:
 property InertiaRotationBehavior ^ RotationBehavior { InertiaRotationBehavior ^ get(); void set(InertiaRotationBehavior ^ value); };
InertiaRotationBehavior RotationBehavior();

void RotationBehavior(InertiaRotationBehavior value);
public InertiaRotationBehavior RotationBehavior { get; set; }
var inertiaRotationBehavior = manipulationInertiaStartingRoutedEventArgs.rotationBehavior;
manipulationInertiaStartingRoutedEventArgs.rotationBehavior = inertiaRotationBehavior;
Public Property RotationBehavior As InertiaRotationBehavior

Property Value

Manipulation rotation information.

Applies to