TranslateZoomRotateBehavior.RotationalFriction Property

Gets or sets a number describing the rate at which the rotation will decrease.

Namespace: Microsoft.Expression.Interactivity.Input
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property RotationalFriction As Double
'Usage
Dim instance As TranslateZoomRotateBehavior
Dim value As Double

value = instance.RotationalFriction

instance.RotationalFriction = value
public double RotationalFriction { get; set; }
public:
property double RotationalFriction {
    double get ();
    void set (double value);
}
/** @property */
public double get_RotationalFriction ()

/** @property */
public void set_RotationalFriction (double value)
public function get RotationalFriction () : double

public function set RotationalFriction (value : double)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TranslateZoomRotateBehavior Class
TranslateZoomRotateBehavior Members
Microsoft.Expression.Interactivity.Input Namespace