TextBox.Origin Property
Parent Object: TextBoxDescription
Gets and sets the position of upper-left corner of the text box.
Syntax
TextBox.Origin() As Point2dProperty Value
This is a read/write property whose value is a Point2d.Samples
Name | Description |
Sketch Text Add | This sample illustrates creating text in a sketch. |