UIScrollView.DecelerationRate 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.
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