UIScrollView.DecelerationRate Property

Definition

This property returns a value that represents the deceleration rate once the user lifts their finger. There are two values, DecelerationRateFast and DecelerationRateNormal, that can serve as reference points for deceleration rates.

public virtual nfloat DecelerationRate { [Foundation.Export("decelerationRate")] get; [Foundation.Export("setDecelerationRate:")] set; }
member this.DecelerationRate : nfloat with get, set

Property Value

Attributes

Applies to