style property

MathStyle style
final

The style used to render the math node.

For displayed equations, use MathStyle.display.

For in-line equations, use MathStyle.text.

Implementation

final MathStyle style;