Threshold

CheckBoxConfig.Threshold property

Custom recognition marker. By default set to 3%. Check box will be considered marked if 3% of it’s region is filled. Can be customized to any other threshold. Does not affect global threshold

public int Threshold { get; set; }

See Also