ChoiceBoxAnswerConfig

ChoiceBoxAnswerConfig class

One of possible answers. Question is set using - of ChoiceBoxConfig

public class ChoiceBoxAnswerConfig : BaseConfig

Constructors

NameDescription
ChoiceBoxAnswerConfig()The default constructor.

Properties

NameDescription
BubbleValue { get; set; }Value inside bubble. If empty eng alphabet will be used.
Color { get; set; }The color of the text
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; }Text of the answer.
RowIndex { get; set; }In which row this answer should be placed. Can be repeated to draw multiple answers on the one row.
TextAlignment { get; set; }Text alignment, indicating where text should be drawn on page
override Type { get; set; }Type of omr element. Required field for JSON serialization.

See Also