ScrollingObjectCollection.BounceMultiplier 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.
Multiplier to add more bounce to the overscroll of a list when using FalloffPerFrame or FalloffPerItem.
public:
property float BounceMultiplier { float get(); void set(float value); };
public float BounceMultiplier { get; set; }
member this.BounceMultiplier : single with get, set
Public Property BounceMultiplier As Single