The RoundRectangleProps type exposes the following members.

Constructors

  Name Description
Public method RoundRectangleProps
Initializes a new instance of the RoundRectangleProps class. The location and size of the rectangle are set to those of the containing RenderRoundRectangle object. The dimensions of the ellipse used to draw the rounded corners are set to 5% of the corresponding rectangle's dimensions.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another ShapeProps to the current object.
(Overrides RectangleProps..::..AssignFrom(ShapeProps).)
Protected method ShouldSerializeEllipseHeight
Indicates whether the EllipseHeight property should be serialized.
Protected method ShouldSerializeEllipseWidth
Indicates whether the EllipseWidth property should be serialized.

Properties

  Name Description
Public property 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.
Public property 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.
Public property Height
Gets or sets the height of the current rectangle.
(Inherited from RectangleProps.)
Public property Width
Gets or sets the width of the current rectangle.
(Inherited from RectangleProps.)
Public property X
Gets or sets the X coordinate of the current rectangle.
(Inherited from RectangleProps.)
Public property Y
Gets or sets the Y coordinate of the current rectangle.
(Inherited from RectangleProps.)

See Also