C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / RotateMode Enumeration


RotateMode Enumeration
Describes the rotation angle of the view.
Syntax
'Declaration
 
Public Enum RotateMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As RotateMode
Members
MemberDescription
NoRotation Rotation is not applied to the view.
Rotation180 Rotates the view by 180 degrees.
Rotation90Clockwise Rotates the view by 90 degrees clockwise.
Rotation90CounterClockwise Rotates the view by 90 degrees counter-clockwise.
Inheritance Hierarchy

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

See Also