The EllipseShapeItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EllipseShapeItem()()()() |
Initializes a new instance of the EllipseShapeItem class.
| |
EllipseShapeItem(Double, Double, Double, Double) |
Initializes a new instance of the EllipseShapeItem class with the specified location and size.
|
Methods
Name | Description | |
---|---|---|
Clone |
Creates a copy of the current EllipseShapeItem.
(Overrides Item..::..Clone()()()().) | |
ConvertToUnit | (Inherited from ShapeItem.) | |
UpdateFrom |
Updates this EllipseShapeItem object with the properties of the specified EllipseShapeItem object.
(Overrides Item..::..UpdateFrom(Item).) |
Properties
Name | Description | |
---|---|---|
CacheItemId |
Gets or sets the ID which will be assigned to the item in the cache. It must be a unique ID value for each item. The ID must be 1 to 8 alphanumeric [A-Z][0-9] characters long. If it's empty, then a random ID will be assigned automatically at runtime. Default value is an empty string
(Inherited from Item.) | |
Comments |
Gets or sets the comments associated to this item. Default is an empty string.
(Inherited from Item.) | |
DataField |
Gets or sets the name of the field from the data source that contains the values to bind to this item. Default value is an empty string
(Inherited from Item.) | |
DataFieldFormatString |
Gets or sets the string that specifies the display format for the value of the data field. Default value is an empty string
(Inherited from Item.) | |
Dpi |
Gets or sets the item resolution, in dots per inch.
(Inherited from Item.) | |
FillColor |
Gets or sets the fill color. Default value is White which will produce a transparent fill.
(Inherited from ClosedShapeItem.) | |
Height |
Gets or sets the height of the shape item. Default value is 1
(Inherited from ShapeItem.) | |
Locked |
Gets or sets whether this item cannot be inadvertently moved nor resized in the visual editor surface. Default is false.
(Inherited from Item.) | |
Name |
Gets or sets the programmatic identifier or name assigned to the item. Default value is an empty string
(Inherited from Item.) | |
PrintAsGraphic |
Gets or sets whether the item's output is forced to be printed as a graphic. Default is false.
(Inherited from Item.) | |
RotationAngle |
Gets or sets the rotation angle to apply on this item. It is measured clockwise from the x-axis. Default value is 0 (zero)
| |
StrokeColor |
Gets or sets the border color. Default value is Black
(Inherited from ShapeItem.) | |
StrokeThickness |
Gets or sets the border thickness. Default value is 0.01
(Inherited from ShapeItem.) | |
Tag |
Gets or sets an arbitrary string value that can be used to store custom information about this item. Default is an empty string.
(Inherited from Item.) | |
UnitType |
Gets or sets the Unit of Measurement for the item.
(Inherited from Item.) | |
UseCache |
Gets or sets whether the item should be cached in the printer's memory. An item cannot be cached if it's bound to some data source field through the DataField property. Default value is false
(Inherited from Item.) | |
Width |
Gets or sets the width of the shape item. Default value is 1
(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. Default value is 0 (zero)
(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. Default value is 0 (zero)
(Inherited from Item.) |
Events
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when a property value changes.
(Inherited from Item.) |