VideoTransformEffectDefinition.Rotation 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 or sets the angle and direction in which the video will be rotated.
public:
property MediaRotation Rotation { MediaRotation get(); void set(MediaRotation value); };
MediaRotation Rotation();
void Rotation(MediaRotation value);
public MediaRotation Rotation { get; set; }
var mediaRotation = videoTransformEffectDefinition.rotation;
videoTransformEffectDefinition.rotation = mediaRotation;
Public Property Rotation As MediaRotation
Property Value
The angle and direction in which the video will be rotated.