ScrollingObjectCollection.VelocityDampen 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.
Amount of drag applied to velocity.
public:
property float VelocityDampen { float get(); void set(float value); };
public float VelocityDampen { get; set; }
member this.VelocityDampen : single with get, set
Public Property VelocityDampen As Single
Property Value
Remarks
This can't be 0.0f since that won't allow ANY velocity - set TypeOfVelocity to None. It can't be 1.0f since that won't allow ANY drag.