VideoProperties.Orientation Property

Definition

Gets a VideoOrientation value that indicates how the video should be rotated to display it correctly.

public:
 property VideoOrientation Orientation { VideoOrientation get(); };
VideoOrientation Orientation();
public VideoOrientation Orientation { get; }
var videoOrientation = videoProperties.orientation;
Public ReadOnly Property Orientation As VideoOrientation

Property Value

The value that indicates how the video should be rotated to display it correctly.

Applies to