EvMultigonStyle Enumeration
The EvMultigonStyle TS enumeration defines the styles for drawing multigon items.
Frame: "frame";A convex polygon with non-intersecting solid edges that connect the points (vertices).
The fill covers the entire polygon background.
The inset and pinwheel angle parameters are not available for it.

FrameStar: "frame_star";A composite of the Frame and Star Outline styles. It is a star-like concave polygon inscribed in a convex polygon.
The fill covers specific regions of the shape, depending on the number of the points.

Spoke: "spoke";A star-like polygon with lines going from the polygon center to each point.
The fill covers the background if the lines are smooth.
The inset and pinwheel angle parameters are not available for it.

Star: "star";A star-like polygon with intersecting solid edges that connect the points and generate additional intersection points. The inner and outer parts of the edges are visible.
The fill covers specific regions of the shape, depending on the number of the points.
The inset parameter controls how far the intersection points extend inward or outward, affecting where the intersections occur and the overall appearance of the shape.

StarOutline: "star_outline";A star-like concave polygon composed of two alternating sets of vertices—outer and inner points—connected by solid edges to form a continuous outline with no intersecting lines.
The fill covers the entire polygon background.
The inset parameter controls how far the inner points extend inward or outward, affecting their position and the overall appearance of the shape.

Wheel: "wheel";A composite of the Frame and Spoke styles. It is a convex polygon whose points are connected with non-intersecting solid edges, and lines go from the polygon center to each point.
The fill covers the entire polygon background.
The inset and pinwheel angle parameters are not available for it.
