Click or drag to resize
DirectionalBlurEffectAngle Property
Angle of the blur relative to the x-axis, in the counterclockwise direction. Units are specified in radians. Default value 0, range 0 to 2*pi.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public float Angle { get; set; }

Property Value

Type: Single
See Also