SceneText class/Alignment.Vertical property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID C07009
Scope Basic Development Environment
Data Name Vertical
Short Name* VerticalAlignment
Long Name* Alignment:Vertical
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 129
Owning Class Name SceneText Class
Data Type Enum U8 data type

Enum U8

Property Node Alignment:Vertical
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

Specifies the alignment of a text object in a 3D scene relative to the horizontal plane that intersects the center-point of the text object. This property is an element of the Alignment property.

Note The Base Line and Bottom Base Line options behave in the same manner as the Bottom option when you use the default font and the text object includes only one line of text. The Bottom Base Line option behaves in the same manner as the Bottom option when you use the default font and the text object includes more than one line of text. You must use a TrueType font to see the expected Base Line and Bottom Base Line behaviors.
Values
0 Top—(Default) The top of the text aligns with the origin of the text object.
1 Bottom—The bottom of the text aligns with the origin of the text object. If the text includes descenders, such as the bottom portions of the letters y and g, the bottom of the text is the bottom of the descenders.
2 Center—The center of the text aligns with the origin of the text object.
3 Base Line—The bottom of the first line of text aligns with the base line of the text object. The base line is the horizontal plane that intersects the origin of the text object. Descenders, such as the bottom portions of the letters y and g, descend below the plane.
4 Bottom Base Line—The bottom of the last line of text aligns with the base line of the text object. The base line is the horizontal plane that intersects the origin of the text object. Descenders in the last line of text, such as the bottom portions of the letters y and g, descend below the plane. If the text object includes only one line of text, this option behaves in the same manner as the Base Line option.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links