Represents the geometric properties of a rectangle, also serves as the base for classes describing certain other shapes (such as round rectangle, arc and pie). Used by RenderRectangle and derived classes.

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

Syntax

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

Inheritance Hierarchy

See Also