GraffitiSuite Docs
Docs
Graffitilikertquestion
Loading document parsing libraries...
# GraffitiLikertQuestion Class ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Choice | choiceValue as Integer | String | Returns the caption of the specified choice. | | Constructor | QuestionCaption as String <br> AnswerChoices() as String <br> DefaultValue as Integer = -1 | (None) | Creates a new instance of the class. | | Count | (None) | Integer | Returns the number of choices available to the user. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | mObserver | GraffitiUpdateInterface | (None) | | BackgroundStyle | WebUIControl.Indicators | (None) | Background color of the question's display area. | | BorderStyle | WebUIControl.Indicators | (None) | Border color applied to the question's display area. | | BorderType | GraffitiLikert.BorderTypes | (None) | Border applied to the question's display area. | | Caption | String | (None) | Caption of the question. | | CaptionAlignment | GraffitiLikert.Alignments | (None) | Alignment of the caption within the question's display area. | | Description | String | (None) | Description of the question that is displayed below the Caption. | | ID | String | (None) | (None) | | TextStyle | WebUIControl.Indicators | (None) | Color applied to the question's text sections. | | Value | Integer | (None) | |