AnswerConfig
Contents
[
Hide
]AnswerConfig class
Represents Answer element. Can be used as child with VerticalChoiceBoxConfig
public class AnswerConfig : ParentConfig
Constructors
Name | Description |
---|---|
AnswerConfig() | Create instance with default values |
Properties
Name | Description |
---|---|
BubbleOffsetX { get; set; } | Horizontal position of bubble RELATIVE to parent element set in pixels. |
BubbleOffsetY { get; set; } | Vertical position of bubble RELATIVE to parent element set in pixels. |
BubblePosition { get; set; } | Position of bubble. Can be from the left and the right side of the main content |
BubbleType { get; set; } | Type of drawn bubble. |
override Children { get; set; } | Child omr elements. In most cases positioned inside of parent or below. |
override Name { get; set; } | Text of answer |
Selectable { get; set; } | if set to false hide bubble drawing and recognition for this Answer element |
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