ManipulationInertiaStartingRoutedEventArgs.RotationBehavior 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.
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.