[CS1] Add Circle

Draw a circle on your component. These are all the properties of Add Circle and what they do:

Basic Properties

Name

A label that you can use to easily identify this step.

Radius

A number between 1 and half the width of the circle you wish to draw. The radius is the distance between the center of the circle and it's edge.

Color

The color of the circle to be drawn. This can be the name of a color like blue or a six or eight digit color code like #0000ff or #0000ffff. The eight digit color code allows you to specify an alpha channel (opacity).

Filled

Should the circle be filled with it's color, or not?

Position X

A number between 0 (left side) and the width of the component that you are designing for (right side).

Position Y

A number between 0 (top) and the height of the component that you are designing for (bottom).

Advanced Properties

Opacity

A number between 0 and 100 that represents how translucent this step will be. 0 means that it will be fully invisible (or transparent). 100 means that it will be fully visible (or opaque).

Conditionally Render

Allows you to turn off this step programatically. If this field has any contents, then it will be processed by the template engine. If after processing the field has any value other than empty or 0, It will render. If it is empty or 0, it will not render, much the same as if you had disabled it.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us