Good afternoon.
In Vision I have created a template made up of 2 concentric circles:

Is it possible that even if the size of the template is changed, the small circle always stays the same size?
Unwanted behavior:

Desired behavior:

Best Regards.
Good afternoon.
In Vision I have created a template made up of 2 concentric circles:

Is it possible that even if the size of the template is changed, the small circle always stays the same size?
Unwanted behavior:

Desired behavior:

Best Regards.
If you want to keep the inner circle at a fixed size as you resize the template, you’ll need to set the circle use an Anchored Layout and select the Center Vertically and Center Horizontally options. Since you are using a template, by default templates ignore layout configurations on any contents inside them so you have to set the Enable Layout property to True on the template.
Thank you very much.