How to add height,width,border radius property for the label

Q1: how to add height,width,border radius property for the label which can't find in the list, right now I just can make it work through add new value and input these key and value, but I know it's not standard solution, who knows?

It seems like your label component is located inside Flex Container. See Perspective - Flex Container | Ignition User Manual to get height and width you like. You also can nest flex containers and try different combination of row and column direction of flex container, shrink, grow and basis values of components inside flex container.

Border radius can be set up by clicking this icon around "style" property.


This is the normal workflow, the menu system is a convenience item for certain common functions.

height:
width:

These are not used much in perspective.

2 Likes

yes, you're correct, but in the Flex Container don't show the height and width for the origin setting and we all want to set these basic size for the component inside it even thought it will change base on the container size

Do you mean it's not necessary to set weight and width in the Flex Container?

This isn't how flex works, it is likely these elements are having no effect at all.
You would normally be using the basis for these settings as shown in the Inductive University courses.