VerticalChoiceBoxConfig
Contents
[
Hide
]VerticalChoiceBoxConfig class
The VerticalChoiceBox consists of a AnswerConfig element that contains a short response and ContentConfig elements that describe the response option in detail. It can also contain a WriteInConfig element in which the user can enter his own answer.
public class VerticalChoiceBoxConfig : ParentConfig
Constructors
| Name | Description |
|---|---|
| VerticalChoiceBoxConfig() | The default constructor. |
Properties
| Name | Description |
|---|---|
| override Children { get; set; } | Child omr elements. In most cases positioned inside of parent or below. |
| override Name { get; set; } | Value of Question |
| Threshold { get; set; } | Percent of pixels after which bubbles considered marked. If present, override global threshold provided during recognition |
| TopPadding { get; set; } | Amount of pixels. Can be used to add extra space above element. Or remove existing space by setting a negative value(e.g. -40) |
| override Type { get; set; } | Type of omr element. Required field for JSON serialization. |
See Also
- class ParentConfig
- namespace Aspose.OMR.Generation.Config.Elements.Parents
- assembly Aspose.OMR