RoundRectangleProps Class Members
In This Topic
The following tables list the members exposed by RoundRectangleProps.
Public Constructors
Public Properties
| Name | Description |
| EllipseHeight | Gets or sets the height of the ellipse used to draw the rounded corners of the rectangle. The default value of this property is calculated as 5% of the height of the rectangle. |
| EllipseWidth | Gets or sets the width of the ellipse used to draw the rounded corners of the rectangle. The default value of this property is calculated as 5% of the width of the rectangle. |
| Height | Gets or sets the height of the current rectangle. (Inherited from C1.C1Preview.RectangleProps) |
| Width | Gets or sets the width of the current rectangle. (Inherited from C1.C1Preview.RectangleProps) |
| X | Gets or sets the X coordinate of the current rectangle. (Inherited from C1.C1Preview.RectangleProps) |
| Y | Gets or sets the Y coordinate of the current rectangle. (Inherited from C1.C1Preview.RectangleProps) |
Top
Public Methods
| Name | Description |
| AssignFrom | Overridden. Assigns (copies) properties from another ShapeProps to the current object. |
Top
See Also