0
Asset Label Control (version 22)
Knowledge Base / Version 22 / Client Tools / Axiom / Applications
The 'Asset Label' is used within container controls ( such as screens, panels, grids, and asset templates) that are set to an asset instance. If using an asset template or setting a grid to an asset type, an asset label will automatically be included in the container. Asset labels are helpful to use in screens and panels when using the modal asset picker mode to easily identify which asset instance is currently showing.
Properties
Name - a unique name used to reference the control in script *
- FontSize - Small, Normal, Large, Extra Large
- HorizontalAlignment - Left, Center, Right
- IsVisible - a checkbox to show or hide the control
- NavigateSource - navigates to another application, chart, screen (if the current application contains multiple screens), or url when clicked
- NavigateTarget - used in conjunction with 'NavigateSource', determines if the 'CurrentWindow' or a 'NewWindow' should be used when navigating to a new source
- Rotate - the number of degrees to rotate the label
- Width - the width of the control in pixels
- X - the horizontal coordinate of the top-left corner in relation to its parent container
- Y - the vertical coordinate of the top-left corner in relation to its parent container
- AssetBranchCount - the number of branches displayed in the label counting from the right
- OnClick - used to trigger a script that runs when the label is clicked *
* These properties are only available to admin users.