ChoiceBoxConfig

ChoiceBoxConfig class

The choice box is a basic element that represents a single question with set amount of answers.

public class ChoiceBoxConfig : ParentConfig

Constructors

NameDescription
ChoiceBoxConfig()The default constructor.

Properties

NameDescription
override Children { get; set; }Child omr elements. ChoiceBoxAnswerConfig
Color { get; set; }The color of the text
DisplayQuestionNumber { get; set; }Should we display number of this question. By default - true
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 Choice box. For display value QuestionText
QuestionText { get; set; }Gets or sets question text for ChoiceBox element
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