ManipulationInertiaStartingRoutedEventArgs.ExpansionBehavior Proprietà

Definizione

Ottiene o imposta la frequenza di rallentamento del movimento inerziale di espansione.

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

Valore della proprietà

Frequenza di rallentamento del movimento inerziale di espansione.

Si applica a