Xamarin.iOS Documentation | ComponentOne
C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / RotateMode Enumeration


In This Topic
    RotateMode Enumeration
    In This Topic
    Describes the rotation angle of the view.
    Syntax
    'Declaration
     
    
    Public Enum RotateMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RotateMode
    public enum RotateMode : System.Enum 
    Members
    MemberDescription
    NoRotationRotation is not applied to the view.
    Rotation180Rotates the view by 180 degrees.
    Rotation90ClockwiseRotates the view by 90 degrees clockwise.
    Rotation90CounterClockwiseRotates the view by 90 degrees counter-clockwise.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.iOS.Viewer.RotateMode

    See Also