GestureRecognizer.InertiaExpansionDeceleration Proprietà

Definizione

Ottiene o imposta un valore che indica la velocità di decelerazione dall'inizio dell'inerzia alla fine dell'inerzia (al termine del ridimensionamento o dell'espansione).

public:
 property float InertiaExpansionDeceleration { float get(); void set(float value); };
float InertiaExpansionDeceleration();

void InertiaExpansionDeceleration(float value);
public float InertiaExpansionDeceleration { get; set; }
var single = gestureRecognizer.inertiaExpansionDeceleration;
gestureRecognizer.inertiaExpansionDeceleration = single;
Public Property InertiaExpansionDeceleration As Single

Valore della proprietà

Single

float

Velocità di decelerazione, in pixel indipendente dal dispositivo (DIP)/ms2.

Commenti

Se a InertiaExpansion viene assegnato un valore, InertiaExpansionDeceleration viene ignorato.

Si applica a

Vedi anche