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