ScoreQuestionConfig

ScoreQuestionConfig class

Represent ScoreQuestion element

public class ScoreQuestionConfig : ParentConfig

Constructors

NameDescription
ScoreQuestionConfig()The default constructor.

Properties

NameDescription
override Children { get; set; }Child omr elements. In most cases positioned inside of parent or below.
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; }Name of RepeatRows element
Proportions { get; set; }Width ratio of each column inside it
ScoreDisplay { get; set; }Describe display behavior for score value.
override Type { get; set; }Type of omr element. Required field for JSON serialization.

See Also