ManipulationInertiaStartingRoutedEventArgs.ExpansionBehavior Property

Definition

Get or sets the rate of slowdown of expansion inertial movement.

public:
 property InertiaExpansionBehavior ^ ExpansionBehavior { InertiaExpansionBehavior ^ get(); void set(InertiaExpansionBehavior ^ value); };
InertiaExpansionBehavior ExpansionBehavior();

void ExpansionBehavior(InertiaExpansionBehavior value);
public InertiaExpansionBehavior ExpansionBehavior { get; set; }
var inertiaExpansionBehavior = manipulationInertiaStartingRoutedEventArgs.expansionBehavior;
manipulationInertiaStartingRoutedEventArgs.expansionBehavior = inertiaExpansionBehavior;
Public Property ExpansionBehavior As InertiaExpansionBehavior

Property Value

The rate of slowdown of expansion inertial movement

Applies to