ScoreHeaderConfig

ScoreHeaderConfig class

Column in ScoreGroupConfig that will store amount of points for each answer. If absent - that column will not be drawn.

public class ScoreHeaderConfig : ContentConfig

Constructors

NameDescription
ScoreHeaderConfig()The default constructor.

Properties

NameDescription
Alignment { get; set; }Alignment of content string inside parent
Color { get; set; }The color of the text
ContentType { get; set; }Type of text display.
FontFamily { get; set; }The font family of the text
FontSize { get; set; }The size of the text font
FontStyle { get; set; }The style of the text
HeaderType { get; set; }The type of header
override Name { get; set; }Title of column header
Score { get; set; }Score modifier
override Type { get; set; }Type of omr element. Required field for JSON serialization.

See Also