[]
Represents a polygon shape in C1FlexReport.
public class PolygonShape : TriangleShapeBase, INotifyPropertyChanged, ICloneable
| Name | Description |
|---|---|
| PolygonShape() |
| Name | Description |
|---|---|
| EditMode | Specifies how the polygon will stretch when the field rectangle is resized. |
| Points | Specifies the vertices of the polygon. |
| ShapeType | Overridden. Gets Polygon. |
| Name | Description |
|---|---|
| AssignFrom(ShapeBase) | Assigns (copies) properties from another ShapeBase to the current object. |