Levels.Auto Property

Gets or sets a value indicating whether the transform should be run in automatic mode.

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

Syntax

C#
public bool Auto { get; set; }

Property Value

true if the levels correction is automatic; otherwise, false.

Remarks

Note

If you set Auto property to true, and modifying other settings, Auto is reset to false.

When you create Levels without settings, default value is true. If the settings are passed to constructor, default value is false.

See Also

Reference