ExpGestureRecognizer.InertiaExpansion Property

Definition

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

void InertiaExpansion(float value);
public float InertiaExpansion { get; set; }
var single = expGestureRecognizer.inertiaExpansion;
expGestureRecognizer.inertiaExpansion = single;
Public Property InertiaExpansion As Single

Property Value

Single

float

Applies to