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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
Angle | Gets or sets the angle of the rectangle in degrees. |
BorderColor | Gets or sets the Color object to use for the border of the rectangle. |
BorderStyle | Gets or sets the LineStyle object used to specify the border style of the rectangle. |
BorderWidth | Gets or sets the border width of the rectangle. |
CornerRadius | Gets or sets the corner radius of the rectangle. |
FillColor | Gets or sets the Color object to use for the fill of the rectangle. |
Height | Gets or sets the height of the rectangle. |
ShowAlternateRow | Gets or sets a value indicating whether the rectangle should be displayed on alternating records. |
Width | Gets or sets the width of the rectangle. |
X | Gets or sets the X coordinate of the rectangle. |
Y | Gets 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.LaidOut | Occurs after the record area has been laid out. |
Rectangle.LayingOut | Occurs before the record area is laid out. |