Gets or sets a flag that indicates whether the motion extends only in one direction.
Syntax
Visual Basic (Declaration) | |
---|
Public Property UniDirection As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MotionBlurCommand
Dim value As Boolean
instance.UniDirection = value
value = instance.UniDirection |
C# | |
---|
public bool UniDirection {get; set;} |
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
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also