MotionBlurCommandMode Property |
Gets or sets the manner of the blur.
Namespace:
Atalasoft.Imaging.ImageProcessing.Effects
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public MotionBlurMode Mode { get; set; }
Public Property Mode As MotionBlurMode
Get
Set
Property Value
Type:
MotionBlurMode The blur mode to use.
Remarks Default value is MotionBlurMode.Linear.
See Also