TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / InertiaRotationBehavior Class / DesiredRotation Property

In This Topic
    DesiredRotation Property (InertiaRotationBehavior)
    In This Topic
    Gets or sets the rotation, in degrees, at the end of the inertia movement.
    Syntax
    'Declaration
     
    
    Public Property DesiredRotation As Single
    public float DesiredRotation {get; set;}

    Property Value

    The rotation, in degrees, at the end of the inertia movement.
    See Also