Properties
-
%
Used by a Tab element to store that tab’s password variable. -
Align
Determines the placement of buttons in the Toolpath view. -
Axes
Shows which axes are used by this element. -
BackColor
Sets the background color of the interface, a tab, or an element. -
BackColor2
For elements with a secondary background color, sets that secondary color. -
BackgroundImage
Specifies a background image for a tab. -
BackgroundImageLayout
Controls how the background image is laid out:None
Centre
Stretch
Tile
Zoom
-
BarColor
Sets the color of the progress bar. -
Border
Defines the border thickness for certain elements. -
BorderColor
Sets the border color. -
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.
-
DoneColor
Color for completed segments in G-code and Toolpath displays. -
Enabled (True/False)
- False: the tab or element is disabled.
- True: it is active and available.
-
ErrorColor
Color for error segments in G-code and Toolpath displays. -
FitImage (
None
/Fit
/Scale
)
How to fit an image into its container. -
Flat
Gives a button a flat (non-raised) appearance. -
FlatBorder
Adds a border to a flat-style button. -
FlatDesignBorder
When rendering a 3D model in Toolpath:- False: draws only a base rectangle.
- True: draws a full cube outline.
-
Font
The font used for text (must be installed on the OS). -
Font2
A secondary font for elements that support two font settings. -
FontSize
Primary font size (in points). -
FontSize2
Secondary font size (in points). -
FontStyle
Font style for the primary font:- Regular, Italic, Bold, BoldItalic, Strikeout, Underline
-
FontStyle2
Font style for the secondary font (same options). -
ForeColor
Text color for primary font. -
ForeColor2
Text color for secondary font. -
Format
Numeric display format, e.g.:0
,00
,0.000
,0.0##
,0%
-
FrameColor
Frame color around elements or Toolpath cubes. -
Grid
Grid spacing in the Toolpath view (in calibration units). -
GridColor
Color of the grid lines in the Toolpath view. -
Group
Assigns elements to a toggle group (mini-tabs). -
Height
Number of rows spanned by the element; actual pixel height = screen height ÷ total rows. -
HighlightColor
Color used for status buttons and “on” text in toggles. -
HighlightImage
Image displayed when a toggle is in its “on” state. -
HighlightText
Text shown when a toggle is “on.” -
Image
Specifies an image to display in the element. -
ImageAlign
How the image is aligned within the element. -
ImageTextRelation (True/False)
- False: image and text side-by-side.
- True: image and text stacked.
-
Left
Column position of the element (0-based). -
LineFactor
Line spacing factor for G-code display (e.g.0.5
halves the spacing). -
Link
Binds the element to a function, parameter, input, or output. -
PointerColor
Color of the position marker in the Toolpath view. -
Precision
Number of decimal places shown for parameter values. -
ReferenceColor
Color of the reference-point marker in the Toolpath view. -
Relative (True/False)
For a Location element:- False: show coordinates absolute to Home.
- True: show coordinates relative to the Reference point.
-
Step
Increment/decrement step size for keypad on a Value element. -
ShowTime
Time (ms) a state indicator remains visible in the Toolpath view. -
SignalColor
Color for Signal elements (red, yellow, green). -
TableColor
Color of the cube outline around a 3D model in Toolpath. -
Text
Static text or variable name displayed by the element. -
TextAlign
How text is aligned within the element (Left, Center, Right). -
TextFormat
Format string for text-displaying elements (same as numeric Format). -
Top
Row position of the element (0-based). -
TransparentEnabled (True/False)
Enables transparency in the Toolpath view if True. -
TraverseColor
Color used for G0 (“rapid”) moves. -
Type
Element type:Button
,Toggle
,Value
,Label
,Signal
,GCode
,Location
,Scroll
,ToolPath
. -
Width
Number of columns spanned by the element; pixel width = screen width ÷ total columns. -
WorkColor
Color used for G1 (“cutting”) moves.
Updated 4 days ago