Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / InertiaRotationBehavior Class / DesiredRotation Property


In This Topic
    DesiredRotation Property
    In This Topic
    Gets or sets the rotation, in degrees, at the end of the inertial movement.
    Syntax
    'Declaration
     
    
    Public Property DesiredRotation As Single
    'Usage
     
    
    Dim instance As InertiaRotationBehavior
    Dim value As Single
     
    instance.DesiredRotation = value
     
    value = instance.DesiredRotation
    public float DesiredRotation {get; set;}

    Property Value

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