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

Rect

Represents an SVG rect element that draws rectangle.

Properties

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.
Rx
Defines the horizontal corner radius property of an SVG rectangle.
Ry
Defines the vertical corner radius property of an SVG rectangle.
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.
StrokeLineJoin
Represents the SVG stroke-linejoin element attribute. Defines the shape to be used at the corners of paths.
StrokeMiterLimit
Represents the SVG stroke-miterlimit element attribute. Defines the limit on the ratio of the miter length to the stroke width used to draw a miter join.
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.
X
Defines the X coordinate of the rectangle's top-left corner.
Y
Defines the Y coordinate of the rectangle's top-left corner.