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

Polygon

Represents an SVG polygon element that draws an polygon.

Properties

Fill
Represents the SVG fill element attribute. Defines the color used to fill the shape.
FillRule
Represents the SVG fill-rule element attribute. Defines the algorithm to use to determine what parts of the shape are inside and outside.
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.
Points
Represents the SVG points element attribute. Defines the points of the polygon as a series of coordinates.
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.