Rectangle

Represents a rectangle report element.

public class Rectangle : LayoutElement
Public Class Rectangle
    Inherits LayoutElement

Inheritance: ObjectLayoutElementRectangle

Licensing Info

This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Properties

AngleGets or sets the angle of the rectangle in degrees.
BorderColorGets or sets the Color object to use for the border of the rectangle.
BorderStyleGets or sets the LineStyle object used to specify the border style of the rectangle.
BorderWidthGets or sets the border width of the rectangle.
CornerRadiusGets or sets the corner radius of the rectangle.
FillColorGets or sets the Color object to use for the fill of the rectangle.
HeightGets or sets the height of the rectangle.
ShowAlternateRowGets or sets a value indicating whether the rectangle should be displayed on alternating records.
WidthGets or sets the width of the rectangle.
XGets or sets the X coordinate of the rectangle.
YGets or sets the Y coordinate of the rectangle.

Methods

Equals(Object)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)

Events

Rectangle.LaidOutOccurs after the record area has been laid out.
Rectangle.LayingOutOccurs before the record area is laid out.

See Also

ceTe.DynamicPDF.LayoutEngine.LayoutElements

In this topic