-
Notifications
You must be signed in to change notification settings - Fork 0
Content Step Styling
martinkonopka edited this page Aug 16, 2018
·
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:
Color is defined with a string value in any of the following 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