Table of Contents

Class NonogramOptions

Namespace
NonoSharp
Assembly
NonoSharp.dll

Class containing options for NonogramAPI

public class NonogramOptions
Inheritance
NonogramOptions
Inherited Members

Constructors

NonogramOptions()

Initialises a NonogramOptions instance with default values

public NonogramOptions()

Properties

EnableAutoCorrect

Whether to automatically correct cells that are filled or crossed incorrectly according to the puzzle's solution. false by default

public bool EnableAutoCorrect { get; set; }

Property Value

bool

EnableAutoCross

Whether blank cells should be crossed out when the hints of a line are completed. true by default.

public bool EnableAutoCross { get; set; }

Property Value

bool