All shapes support the following additional properties
- borderColor: defines the color of the shape's outline. If false, the outline will not be drawn.
- borderWidth: defines the thickness of the shape's outline.
- fill: defines the color, paint or gradient to fill the shape's content.
- asShape: creates the shape but does not render to the screen, useful for mixing complex shapes.
- asImage: creates the shape but does not render to the screen, useful for drawing images or applying textures.
Alphabetical list
Arc
Circle
Ellipse
Morph
Path
Polygon
Rect
Star
Text
Xpath
Areas
GraphicsBuilder can perform 4 area operations. All area operations require at least 2 shapes, and support additional shapes in the same operation.
Labels