-
Notifications
You must be signed in to change notification settings - Fork 0
Content Step Styling
Martin Konopka edited this page Mar 6, 2019
·
4 revisions
Selected timeline steps may be styled by altering colors or font size. Use these properties in session step definition:
-
foreground
: Color - defines color of texts in the stimuli content.- default value:
"white"
- default value:
-
background
: Color - defines color of the stimuli background.- default value:
"black"
- default value:
-
fontSize
: number - size of the font in texts.- default value:
24
- default value:
-
showCursor
: bool (nullable) - if set tofalse
the cursor will be hidden. Steps that require user's interactions ignore this setting, e.g., Questionary, Eye Tracker Calibration. If ommitted (ornull
value is passed), default settings for the step is used.
Color is defined with an RGB string or with name. Supported formats:
#rgb
#rrggbb
- color name, e.g.,
"Blue"
. See Colors Class definition in MSDN for complete list of available color names.
- Home
- Usage Examples
- User Manual
- API Reference
- Installation Manual
- Contributing
- Project Documentation