VideoTransformEffectDefinition.Mirror 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 direction in which the video will be mirrored.
public:
property MediaMirroringOptions Mirror { MediaMirroringOptions get(); void set(MediaMirroringOptions value); };
MediaMirroringOptions Mirror();
void Mirror(MediaMirroringOptions value);
public MediaMirroringOptions Mirror { get; set; }
var mediaMirroringOptions = videoTransformEffectDefinition.mirror;
videoTransformEffectDefinition.mirror = mediaMirroringOptions;
Public Property Mirror As MediaMirroringOptions
Property Value
The direction in which the video will be mirrored.