ScoreDisplay

ScoreDisplay enumeration

Control displaying of score value.

public enum ScoreDisplay

Values

NameValueDescription
DontDisplay0Score value will be hidden from user. Score value still participate in recognition and total score amount. Amount will be ignored.
DisplayAsExtraColumn1Score value will be displayed as extra column and will be visible to user. Score value participate in recognition and total score amount. Amount will mark score column position among other columns. Please use only one such header
DisplayInsideCell2Score value will be displayed inside each cell. Score value will be places inside each bubble. In current version - one digit per bubble or exception will be thrown. Amount will be ignored.

See Also