SceneText class/Wrap Distance property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID C07007
Scope Basic Development Environment
Data Name WrapDistance
Short Name* WrapDistance
Long Name* Wrap Distance
* 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 Single Float data type

Single Float

Property Node Wrap Distance
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 how much of the text in a text object LabVIEW renders in one line. If you use the Vertical? property to render the text vertically, this property sets the maximum height of the text object. If you render the text horizontally, this property sets the maximum width of the text object. If the length of the text exceeds the wrap distance, LabVIEW wraps the text to a new line. If you set this property to 0, LabVIEW does not wrap the text.

Note You cannot use this property to truncate text. If you want to cut off the text, use the Clip Plane:Add Clip Plane to clip the text object.

Uses

History

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

See Also

External Links