Declared in DCEnumerations.h

DCOrientation

The orientation of content.

Definition

typedef NS_ENUM(NSInteger, DCOrientation ) {
   DCORIENTATION_ROTATE_0 = 0,
   DCORIENTATION_ROTATE_90 = 90,
   DCORIENTATION_ROTATE_180 = 180,
   DCORIENTATION_ROTATE_270 = 270,
};

Constants

DCORIENTATION_ROTATE_0

0 rotation.

Declared In DCEnumerations.h.

DCORIENTATION_ROTATE_90

90 rotation.

Declared In DCEnumerations.h.

DCORIENTATION_ROTATE_180

180 rotation.

Declared In DCEnumerations.h.

DCORIENTATION_ROTATE_270

270 rotation.

Declared In DCEnumerations.h.

Declared In

DCEnumerations.h