Template (2 concentric circles)

Good afternoon.

In Vision I have created a template made up of 2 concentric circles:
image

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

Unwanted behavior:
image

Desired behavior:

image

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.