ScrollingObjectCollection.VelocityDampen Property

Definition

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.

Applies to