Properties

  1. %
    Used by a Tab element to store that tab’s password variable.

  2. Align
    Determines the placement of buttons in the Toolpath view.

  3. Axes
    Shows which axes are used by this element.

  4. BackColor
    Sets the background color of the interface, a tab, or an element.

  5. BackColor2
    For elements with a secondary background color, sets that secondary color.

  6. BackgroundImage
    Specifies a background image for a tab.

  7. BackgroundImageLayout
    Controls how the background image is laid out:

    • None
    • Centre
    • Stretch
    • Tile
    • Zoom
  8. BarColor
    Sets the color of the progress bar.

  9. Border
    Defines the border thickness for certain elements.

  10. BorderColor
    Sets the border color.

  11. Click (True/False)
    Governs mouse-down vs. mouse-up behavior on the element:

    • False: pressing and releasing have independent meanings.
    • True: only the element’s command is executed on click.
  12. DoneColor
    Color for completed segments in G-code and Toolpath displays.

  13. Enabled (True/False)

    • False: the tab or element is disabled.
    • True: it is active and available.
  14. ErrorColor
    Color for error segments in G-code and Toolpath displays.

  15. FitImage (None/Fit/Scale)
    How to fit an image into its container.

  16. Flat
    Gives a button a flat (non-raised) appearance.

  17. FlatBorder
    Adds a border to a flat-style button.

  18. FlatDesignBorder
    When rendering a 3D model in Toolpath:

    • False: draws only a base rectangle.
    • True: draws a full cube outline.
  19. Font
    The font used for text (must be installed on the OS).

  20. Font2
    A secondary font for elements that support two font settings.

  21. FontSize
    Primary font size (in points).

  22. FontSize2
    Secondary font size (in points).

  23. FontStyle
    Font style for the primary font:

    • Regular, Italic, Bold, BoldItalic, Strikeout, Underline
  24. FontStyle2
    Font style for the secondary font (same options).

  25. ForeColor
    Text color for primary font.

  26. ForeColor2
    Text color for secondary font.

  27. Format
    Numeric display format, e.g.:

    • 0, 00, 0.000, 0.0##, 0%
  28. FrameColor
    Frame color around elements or Toolpath cubes.

  29. Grid
    Grid spacing in the Toolpath view (in calibration units).

  30. GridColor
    Color of the grid lines in the Toolpath view.

  31. Group
    Assigns elements to a toggle group (mini-tabs).

  32. Height
    Number of rows spanned by the element; actual pixel height = screen height ÷ total rows.

  33. HighlightColor
    Color used for status buttons and “on” text in toggles.

  34. HighlightImage
    Image displayed when a toggle is in its “on” state.

  35. HighlightText
    Text shown when a toggle is “on.”

  36. Image
    Specifies an image to display in the element.

  37. ImageAlign
    How the image is aligned within the element.

  38. ImageTextRelation (True/False)

    • False: image and text side-by-side.
    • True: image and text stacked.
  39. Left
    Column position of the element (0-based).

  40. LineFactor
    Line spacing factor for G-code display (e.g. 0.5 halves the spacing).

  41. Link
    Binds the element to a function, parameter, input, or output.

  42. PointerColor
    Color of the position marker in the Toolpath view.

  43. Precision
    Number of decimal places shown for parameter values.

  44. ReferenceColor
    Color of the reference-point marker in the Toolpath view.

  45. Relative (True/False)
    For a Location element:

    • False: show coordinates absolute to Home.
    • True: show coordinates relative to the Reference point.
  46. Step
    Increment/decrement step size for keypad on a Value element.

  47. ShowTime
    Time (ms) a state indicator remains visible in the Toolpath view.

  48. SignalColor
    Color for Signal elements (red, yellow, green).

  49. TableColor
    Color of the cube outline around a 3D model in Toolpath.

  50. Text
    Static text or variable name displayed by the element.

  51. TextAlign
    How text is aligned within the element (Left, Center, Right).

  52. TextFormat
    Format string for text-displaying elements (same as numeric Format).

  53. Top
    Row position of the element (0-based).

  54. TransparentEnabled (True/False)
    Enables transparency in the Toolpath view if True.

  55. TraverseColor
    Color used for G0 (“rapid”) moves.

  56. Type
    Element type: Button, Toggle, Value, Label, Signal, GCode, Location, Scroll, ToolPath.

  57. Width
    Number of columns spanned by the element; pixel width = screen width ÷ total columns.

  58. WorkColor
    Color used for G1 (“cutting”) moves.