Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / EllipsePartProps Class
Properties Methods


In This Topic
    EllipsePartProps Class Members
    In This Topic

    The following tables list the members exposed by EllipsePartProps.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the EllipsePartProps class. StartAngle is set to 0, while SweepAngle is set to 360 degrees, thus making this a complete ellipse. The location and size of the ellipse are set to those of the containing object.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the height of the current rectangle. (Inherited from C1.C1Preview.RectangleProps)
    Public PropertyGets or sets the angle, measured in degrees, clockwise from the X axis to the first side of the sector defining the current shape.  
    Public PropertyGets or sets the angle, measured in degrees, clockwise from StartAngle to the second side of the sector defining the current shape.  
    Public PropertyGets or sets the width of the current rectangle. (Inherited from C1.C1Preview.RectangleProps)
    Public PropertyGets or sets the X coordinate of the current rectangle. (Inherited from C1.C1Preview.RectangleProps)
    Public PropertyGets or sets the Y coordinate of the current rectangle. (Inherited from C1.C1Preview.RectangleProps)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Assigns (copies) properties from another ShapeProps to the current object.  
    Top
    See Also