The ShapeItem type exposes the following members.

Methods

  NameDescription
Public methodClone
When overridden in a derived class, creates an exact copy of this Item object.
(Inherited from Item.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCacheItemId
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.)
Public propertyDataField
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.)
Public propertyDpi
Gets or sets the item resolution, in dots per inch.
(Inherited from Item.)
Public propertyHeight
Gets or sets the height of the shape item. Default value is 1
Public propertyName
Gets or sets the programmatic identifier or name assigned to the item. Default value is an empty string
(Inherited from Item.)
Public propertyStrokeColor
Gets or sets the border color. Default value is Black
Public propertyStrokeThickness
Gets or sets the border thickness. Default value is 0.01
Public propertyUnitType
Gets or sets the Unit of Measurement for the item.
(Inherited from Item.)
Public propertyUseCache
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.)
Public propertyWidth
Gets or sets the width of the shape item. Default value is 1
Public propertyX
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.)
Public propertyY
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.)

See Also