The EllipseShapeItem type exposes the following members.

Constructors

  NameDescription
EllipseShapeItemOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
DataField
Gets or sets the name of the field from the data source that contains the values to bind to this item.
(Inherited from Item.)
Dpi
Gets or sets the item resolution, in dots per inch.
(Inherited from Item.)
FillColor
Gets or sets the fill color.
(Inherited from ClosedShapeItem.)
Height
Gets or sets the height of the shape item.
(Inherited from ShapeItem.)
Name
Gets or sets the programmatic identifier or name assigned to the item.
(Inherited from Item.)
Roundness
Gets or sets the roundness specified as the rounding-radius for the shape box.
(Inherited from ShapeItem.)
StrokeColor
Gets or sets the border color.
(Inherited from ShapeItem.)
StrokeThickness
Gets or sets the border thickness.
(Inherited from ShapeItem.)
UnitType
Gets or sets the Unit of Measurement for the item.
(Inherited from Item.)
Width
Gets or sets the width of the shape item.
(Inherited from ShapeItem.)
X
Gets or sets the x-coordinate of the upper-left corner of the item relative to the upper-left corner of its container.
(Inherited from Item.)
Y
Gets or sets the y-coordinate of the upper-left corner of the item relative to the upper-left corner of its container.
(Inherited from Item.)

See Also