TextElementT

TextElement<T> class

Represents generic text element.

public class TextElement<T>
Parameter Description
T The text element type.

Constructors

Name Description
TextElement() Initializes new instance of TextElement class.
TextElement(T, double, double, double, double) Initializes new instance of TextElement class.

Properties

Name Description
Height { get; set; } The height of the rectangle which contains the element (in pixels).
Value { get; set; } The element value.
Width { get; set; } The width of the rectangle which contains the element (in pixels).
X { get; set; } The X coordinate of the highest left point on the page layout where the rectangle that contains element begins.
Y { get; set; } The Y coordinate of the highest left point on the page layout where the rectangle that contains element begins.

Methods

Name Description
override ToString() Returns a string that represents the current object.

See Also