Constructor that sets all TextObj properties to default
values as defined in the TextObj..::Default class.
- text (String)
- The text to be displayed.
- x (Double)
- The x position of the text. The units of this position are specified by the CoordinateFrame property. The text will be aligned to this position based on the AlignH property.
- y (Double)
- The y position of the text. The units of this position are specified by the CoordinateFrame property. The text will be aligned to this position based on the AlignV property.
- coordType (CoordType)
- The CoordType enum value that indicates what type of coordinate system the x and y parameters are referenced to.
- alignH (AlignH)
- The AlignH enum that specifies the horizontal alignment of the object with respect to the (x,y) location
- alignV (AlignV)
- The AlignV enum that specifies the vertical alignment of the object with respect to the (x,y) location
