SceneText class/Alignment.Horizontal property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID C0700A
Scope Basic Development Environment
Data Name HorizontalAlignment
Short Name* HorizontalAlignment
Long Name* Alignment:Horizontal
* 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:Horizontal
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 vertical plane that intersects the center-point of the text object. This property is an element of the Alignment property.

Values
0 Left—(Default) The left edge, or beginning, of the text aligns with the origin of the text object. This option makes the text appear to move to the right.
1 Right—The right edge, or end, of the text aligns with origin of the text object. This option makes the text appear to move to the left.
2 Center—The center of the text aligns with the origin of the text object.

Uses

History

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

See Also

External Links