Enum Orientation

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
4

Specifies orientation types of media.

C#
Copy
public enum Orientation
Name Description
FlipHorizontal

Flip horizontal.

FlipVertical

Flip vertical.

Normal

Normal.

Rotate0

None.

Rotate180

Rotate 180 degrees.

Rotate270

Rotate 270 degrees.

Rotate90

Rotate 90 degrees.

Transpose

Transpose.

Transverse

Transverse.