One liner.
How-to Guides → Pillars → Operator → Displays → Workspace → Dashboards | Settings | Properties | Tags
Drawing Properties Panel (Reference) displays context-sensitive properties for selected elements, organized in expandable sections within the Properties Sidebar.
Properties Panel provides:
Table of Contents maxLevel 2 minLevel 2 indent 10px exclude Steps style none
Core element identification:
Info | ||
---|---|---|
| ||
The context menu, Replace Element, or the icon at the right side of the Drawing Properties element identified, allow to select another component, still preserving the tag binding. |
Visual styling controls:
Enable shape connectors:
Position and responsive settings:
Property | Function | Responsive |
---|---|---|
Left/Top | Position | ? Enable |
Width/Height | Size | ? Enable |
Checked properties scale proportionally when display resizes.
Visual effects:
Rectangle corners (Rectangle only):
Typography settings:
Internal alignment:
Right-click dynamic names to hide from apply.
Batch replacement:
Insert Tags enables direct integration of solution tags into displays by dragging or pasting, automatically creating appropriate visual elements with data bindings.
Tag insertion provides:
Creates label and value display:
[Tag Name] [TextBox with Value]
Generates elements for all indices:
Tag.Array[0] [Value]
Tag.Array[1] [Value]
Tag.Array[2] [Value]
...
Creates hierarchical display:
Parent.Element1 [Value]
Parent.Element2 [Value]
When tag name matches symbol:
Configure at Displays → Symbols for tag-symbol mapping.
Assets require type conversion:
csharp
// Convert asset to integer
@TK.ToInt(Asset.Path)
// Convert to string
@TK.ToString(Asset.Path)
// Use in visibility
Visible = @TK.ToInt(Asset.Status) == 1
Direct dynamic handling:
csharp
// Direct asset usage
Value = @Asset.Path.Value
Tags not pasting:
Wrong element type:
Assets not working:
Page Tree | ||||
---|---|---|---|---|
|