[]
Represents the geometric properties of an arc. Used by RenderArc class.
public class ArcProps : EllipsePartProps
| Name | Description |
|---|---|
| ArcProps() | Initializes a new instance of the ArcProps class. Closed is set to false. |
| Name | Description |
|---|---|
| Closed | Gets or sets a value indicating whether the current arc should be closed (i.e. the start and end points of the arc should be connected by a straight line) or not. |
| Name | Description |
|---|---|
| AssignFrom(ShapeProps) | Assigns (copies) properties from another ShapeProps to the current object. |