Text class/Vertical Arrangement property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 632D816
Scope Basic Development Environment
Data Name Vertical Arrangement
Short Name* Vertical Arrangement
Long Name* Vertical Arrangement
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 5
Owning Class Name Text Class
Data Type Enum U16 data type

Enum U16

Property Node Vertical Arrangement
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

Gets and sets the vertical arrangement for the text. You can set the vertical arrangement for labels, captions, and free labels.


Uses

Data type is an enum that has the possible values: {None, Stacked, Clockwise, Counterclockwise}. The effect of each is shown in the table below.

Normal Normal Text.png Normal text orientation.
Stacked Stacked Texted.png Stacks letters from top to bottom.
Clockwise Clockwise Text.png Rotates text 90° in the clockwise direction.
Counterclockwise Counterclockwise Text.png Rotates text 90° in the counterclockwise direction.

History

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

See Also

External Links