You are here: Start » Web HMI » Web HMI Controls » Circle

Circle

Represents an SVG circle element that draws an circle.

Properties

Cx
Defines the X coordinate of the center of the circle.
Cy
Defines the Y coordinate of the center of the circle.
Fill
Represents the SVG fill element attribute. Defines the color used to fill the shape.
Height
Defines the CSS height of the control.
InitialIsEnabled
Defines the initial enabled state of the component that is used before the first value is set through the connection.
InitialIsVisible
Defines the initial visibility of the component that is used before the first value is set through the connection.
IsEnabled
Defines the enabled state of the component.
IsVisible
Defines the visibility of the component.
Margin
Defines the CSS margin of the control.
Name
Defines the control name that identifies the control in the program and in the XAML. The name must be unique within the parent endpoint.
R
Defines the radius of the circle.
Stroke
Defines the color of the shape's stroke.
StrokeDashArray
Represents the SVG stroke-dasharray element attribute. Defines the pattern of dashes and gaps used to paint the outline of the shape.
StrokeDashOffset
Represents the SVG stroke-dashoffset element attribute. Defines the offset on the rendered shape's stroke dash pattern.
StrokeWidth
Defines the width of the shape's stroke.
Transform
Represents the SVG transform element attribute. Defines the transformation applied to the shape, such as translation, rotation, or scaling.
Width
Defines the CSS width of the control.