| ElementType Enumeration |
Enumeration of the element type
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax Public Enumeration ElementType
public enum class ElementType
Members
| Member name | Value | Description |
---|
| Page | 0 |
Element representing a displayed page
|
| Container | 1 |
Generic element used to structure others
|
| Question | 2 |
Element representing a question
|
| Caption | 3 |
Element containing a text caption
|
| Control | 4 |
Element representing a control
|
| MergingPage | 5 |
Element used to merge multiple pages
|
See Also