[]
Represents a round rectangle shape of the shape container.
public class RoundRectangleShape : FilledShape, IRtfContent, IEnumerable
Name | Description |
---|---|
RoundRectangleShape() | Initializes a new instance of a RoundRectangleShape. |
RoundRectangleShape(IShapeContainer, int, int, int, int) | Initializes a new instance of a RoundRectangleShape. |
RoundRectangleShape(int, int, int, int) | Initializes a new instance of a RoundRectangleShape. |
RoundRectangleShape(Point, Point) | Initializes a new instance of a RoundRectangleShape. |
Name | Description |
---|---|
ArcSize | Gets or sets the arc size of this RoundRectangleShape. |