C#
VB
WinRT C#
C++
Gets or sets a flag that indicates whether the motion extends only in one direction.
public bool UniDirection { get; set; }
Public Property UniDirection As Boolean
public bool UniDirection {get; set;}
<br/>get_UniDirection();<br/>set_UniDirection(value);<br/>Object.defineProperty('UniDirection');
Flag that indicates whether the motion extends only in one direction. Possible values are:
Value | Meaning |
true | The motion blur effect is only in the direction specified in the Angle property. |
false | The motion blur effect is along the line with that angle. For example, if the Angle property is 0, the blur effect will occur in the 0 degree direction and the 180 degree direction. |
Refer to MotionBlurCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET