VideoProperties.Orientation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.