ExpGestureRecognizer.InertiaTranslationDisplacement 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.
public:
property float InertiaTranslationDisplacement { float get(); void set(float value); };
float InertiaTranslationDisplacement();
void InertiaTranslationDisplacement(float value);
public float InertiaTranslationDisplacement { get; set; }
var single = expGestureRecognizer.inertiaTranslationDisplacement;
expGestureRecognizer.inertiaTranslationDisplacement = single;
Public Property InertiaTranslationDisplacement As Single
Property Value
Single
float