Dynamic label question

You can’t directly set the percentage width/height of a dynamic label.
However, you can set the width/height to this:
A x Parent.width/height
Where A is a number from 0 to 1 representing the percentage you want to set (1 for 100%, 0.4 for 40%, etc), and Parent.width/height is the width/height of the label’s container.

2 Likes