Enum ShapeType
Available shape types
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public enum ShapeType
Fields
| Name | Description |
|---|---|
| Circle | A circle will be drawn filling the bounding box, smaller distance will be used when the bounding box is a rectangle |
| Ellipse | An ellipse will be drawn filling the bounding box |
| HorzLine | Horizontal line |
| Oblique1 | Oblique line |
| Oblique2 | Oblique reversed line |
| Rectangle | Rectangle |
| RoundRect | Rectangle with rounded corners |
| RoundSquare | Like square but with rounded corners |
| Square | Square, if the bounding box is a rectangle the smaller distance will be used to draw the rectangle |
| VertLine | Vertical line |