Table of Contents

Property Angle

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Core.dll

Angle

The angle of the blur relative to the x-axis, in the counterclockwise direction. The units are specified in degrees. The blur kernel is first generated using the same process as for the Gaussian blur effect. The kernel values are then transformed according to the blur angle.
The default value is 0.0f.

public EffectPropertyAccessor<float> Angle { get; }

Property Value

EffectPropertyAccessor<float>