Component: Component Label (Misc)
From Flowcode Help
(Redirected from Component: ID c5be1da0 4b4c 49b9 82e5 ea2426f52606)
Jump to navigationJump to searchAuthor | Matrix Ltd. |
Version | 1.2 |
Category | Misc |
Contents
Component Label component
Add a label to a component by including this component as a sub-component. The label will always face the viewer and move with its parent object. Text for the label is automatically read from the host component's name or any chosen property.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_component_label.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_component_label.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
Hide
![]() |
Hide |
Hides the label. | |
![]() |
Return |
SetColor
![]() |
SetColor |
Sets the color of the label using a single ULONG value - such as returned by panel GetColor functions. | |
![]() |
Color |
Color to set the labels to. | |
![]() |
Return |
SetColorRGB
![]() |
SetColorRGB |
Set the label color using separate red, green and blue color channels. | |
![]() |
Red |
Color parameter | |
![]() |
Green |
Color parameter | |
![]() |
Blue |
Color parameter | |
![]() |
Return |
SetPosition
SetTargets
ShowName
![]() |
ShowName |
Sets the label to show the target object's name | |
![]() |
Return |
ShowProperty
![]() |
ShowProperty |
Sets the label to show a named property of the target object. | |
![]() |
Property |
Name of the property to show. | |
![]() |
Return |
Update
![]() |
Update |
Refresh the label after a change. | |
![]() |
Return |