[]
        
(Showing Draft Content)

C1.iOS.Viewer.RotateMode

RotateMode Class

Describes the rotation angle of the view.

Inheritance
RotateMode
Namespace: C1.iOS.Viewer
Assembly: C1.iOS.Viewer.dll
Syntax
public sealed class RotateMode : Enum

Fields

Name Description
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.

value__