This documentation is for the old version. Go to the latest Graphics Mill docs

Blur.Type Property

Gets/sets blur type.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property Type As BlurType
C#
public BlurType Type { get; set; }

Property Value

A member of BlurType enumeration specifying blur type.

Remarks

Default value is Fast.

See Also

Reference