Represents the geometric properties of a rectangle with rounded corners. Used by the RenderRoundRectangle class.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class RoundRectangleProps : RectangleProps
Visual Basic
Public Class RoundRectangleProps _
	Inherits RectangleProps

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..ShapeProps
    C1.C1Preview..::..RectangleProps
      C1.C1Preview..::..RoundRectangleProps

See Also