UseMathLayoutProperty

Tool

The Use Math Layout property controls the mathematical display of dynamic expressions.

Use Math Layout is set to Yes by default, so dynamic expressions will display their contents in a mathematics layout. When Use Math Layout is set to No on a dynamic expression, it will display the formula as regular text.

Turn off math layout on a dynamic expression:
  1. Select the expression.
  2. Open the properties window.
  3. Under Formula, change Use Math Layout to No.
See also:

You can refer to this tool in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:

  • To refer to it by name, use UseMathLayoutProperty (make sure the library Library.Tools.Properties is included with Include Libaries)
  • To refer to it by its full path, use Library.Tools.Properties.UseMathLayoutProperty

 

See also: