Rectangle: Style
- Curvature - First number is the fraction of width of the rectangle that is curved along the top and bottom edges. Second number is the fraction of the height of the rectangle that is curved along the left and right edges. Values can range from
0
(no curvature) to 1
(maximum curvature). (Curvature
)
- Buttons set three possible curvatures:
- [0 0] - Rectangle
- [1] - Oval
- [1 1] - Ellipse
- Face color - Select fill color for rectangle interior or use an RGB triple. Example of RGB: [0.75 1 0.75] is light green. (
FaceColor
)
- Edge color - Select color for the edge of the rectangle or use an RGB triple. Example of RGB: [0.2 0.4 0.7] is shade of blue.(
EdgeColor
)
- Line width - Width of the line used to draw the edge of the rectangle, in points. (
LineWidth
)
- Line style - Line style used for rectangle edge. (
LineStyle
)