ISeparatorStyle
Defines the visual style applied to a separator line in an exported PDF document.
Specifies the color of the separator.
Supported formats:
- Hexadecimal color values with an optional alpha channel (for example,
"#ff0000","#0000FF80") - RGB and RGBA functional notation (for example,
"rgb(255, 0, 0)","rgba(0, 0, 255, 0.5)") - CSS-named colors (for example,
"green","red","aliceblue")
- Type:
- string readonly
- Implemented in:
- ISeparatorStyle
Specifies the height of the separator, in points.
- Type:
- number readonly
- Implemented in:
- ISeparatorStyle
Specifies the width of the separator, in points.
- Type:
- number readonly
- Implemented in:
- ISeparatorStyle
Send feedback to the SurveyJS team
Need help? Visit our support page