←Select platform

UniDirection Property

Summary

Gets or sets a flag that indicates whether the motion extends only in one direction.

Syntax

C#
VB
WinRT C#
C++
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');  
public: 
property bool UniDirection { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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.
Example

Refer to MotionBlurCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly