# GraffitiLikert
Class Inherits GraffitiWebUIControl
## About
GraffitiLikert gives you the ability to build great looking and powerful questionnaires.
## Compatibility
### Framework API Version
| 1.0 | 2.0 |
| :---: | :---: |
| True | True |
### Web
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| Alignments | Left <br> Center <br> Right | Supported text alignment values. |
| BorderTypes | None <br> All <br> Top <br> Right <br> Bottom <br> Left <br> NoTop <br> NoRight <br> NoBottom <br> NoLeft | Supported border type values. |
| Corners | None <br> Rounded <br> Top <br> Right <br> Bottom <br> Left <br> Circle | |
## Event Definitions
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| MouseEnter | Question as GraffitiLikertQuestion | (None) | Raised when the user moves their mouse in to a question's display area. |
| MouseLeave | Question as GraffitiLikertQuestion | (None) | Raised when the user's mouse exits the control. |
| Open | (None) | (None) | |
| Shown | (None) | (None) | |
| ValueChange | Question as GraffitiLikertQuestion | (None) | Fired when the user selects a value in the specified question. |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Add | Question as GraffitiLikertQuestion | (None) | Adds a question to the likert table. |
| Count | (None) | Integer | Returns the number of questions currently in the display. |
| Insert | index as Integer <br> Question as GraffitiLikertQuestion | (None) | Inserts a question at the specified index. |
| Question | index as Integer | GraffitiLikertQuestion | Returns the question at the specified index. |
| Remove | Question as GraffitiLikertQuestion | (None) | Removes the specified question. |
| RemoveAll | (None) | (None) | Removes all questions from the likert table. |
| ScrollTo | Question as GraffitiLikertQuestion | (None) | Scrolls the table to the specified question. |
| Attributes | Hidden = True | UpdateProperty | |
| Attributes | Hidden = True | UpdatePropertyMultiple | |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Background | WebUIControl.Indicators | Nil | Background color of the Likert. |
| BorderStyle | WebUIControl.Indicators | Nil | Border color of the Likert. |
| BorderType | BorderTypes | Nil | Border type of the Likert. |
| IsVertical | Boolean | Nil | When True, answers will be displayed vertically below questions rather than horizontally. |
| TextStyle | WebUIControl.Indicators | Nil | Text color. |