VideoTransformEffectDefinition.Rotation Property

Definition

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.

Applies to