Shape Widgets
Shape widgets are those graphics widgets which represent various type of shapes,
for example, Arc, Polyline,
Polygon, Rectangle,
Rounded Rectangle and
Ellipse.
Properties Common to Most of Shape Widgets
- Line Width (line_width). Width of the line.
- Line Style (line_style). Sytle of the line.
- Line Color (line_color). Color of the line.
- Fill Level (fill_level). The widget can be filled with foreground color if this is not zero.
This represents the filled percentage, so it must be a value between 0 to 100.
- Horizontal Fill (horizontal_fill). If yes, fill direction is horizontal. Vertical if no.
- Anti Alias (anti_alias). Enable anti-alias to this figure to have a more smooth looking.
- Transparent (transparent). Transparent backgroud.
See Also