Represents the geometric properties of a pie. Used by RenderPie class.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..ShapeProps
    C1.C1Preview..::..RectangleProps
      C1.C1Preview..::..EllipsePartProps
        C1.C1Preview..::..ArcProps

See Also