Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationDelta Structure / Rotation Field


In This Topic
    Rotation Field
    In This Topic
    The change in angle of rotation, in degrees.
    Syntax
    'Declaration
     
    
    Public Rotation As Single
    'Usage
     
    
    Dim instance As ManipulationDelta
    Dim value As Single
     
    value = instance.Rotation
     
    instance.Rotation = value
    public float Rotation
    See Also