TextBox.VerticalJustification Property
Parent Object: TextBoxDescription
Gets and sets the vertical justification override of the text box.
Syntax
TextBox.VerticalJustification() As VerticalTextAlignmentEnumProperty Value
This is a read/write property whose value is a VerticalTextAlignmentEnum.Samples
Name | Description |
Border Create and Insert | This sample illustrates creating a new border definition object and using it for a sheet. |
Create SketchedSymbol Definition | This sample illustrates creating a new sketched symbol definition object and inserting it into the active sheet. |
Sketch Text Add | This sample illustrates creating text in a sketch. |
Title Block Definition Create and Insert | This sample illustrates creating a new title block definition object and inserting it into the active sheet. This sample consists of two subs. The first demonstrates the creation of a title block definition and the second inserts it into the active sheet. |