ScoreAnswerConfig

ScoreAnswerConfig class

Answer with scored value

public class ScoreAnswerConfig : ContentConfig

Constructors

NameDescription
ScoreAnswerConfig()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
override Name { get; set; }Content value
Score { get; set; }Amount of score
override Type { get; set; }Type of omr element. Required field for JSON serialization.

See Also