SceneText Properties

LabView Local Project Settings

SceneText Properties

Installed With: Full Development System

Inherits from SceneDrawable. View the class hierarchy.

PropertyDescription
AlignmentSpecifies the alignment of text in a 3D scene relative to the origin of the text object that contains the text. Details
Alignment:HorizontalSpecifies 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. Details
Alignment:VerticalSpecifies 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. Details
Axis AlignmentAligns the text object along the plane you specify. Details
Character SizeSpecifies the height of text characters in a text object in object coordinates. For example, set character size to 1 to create a text object equal in height to a geometric object with a height of 1. Details
ColorReads or writes the color of the text in a text object in RGBA format. This property accepts a cluster of numeric values 0 through 1, where 0 represents the absence of the red, green, or blue color and 1 represents a full saturation of the color. Details
Font PathSpecifies the path to a font to apply to a text object. This property accepts only TrueType fonts. The path you wire to this property must have a .ttf file extension. Details
TextSpecifies the text of a text object. Details
Vertical?Specifies whether LabVIEW renders the text in a text object with the characters arranged vertically or horizontally. If TRUE, LabVIEW arranges the characters vertically, so that the character string aligns with the plane that intersects the center-point of the text object on the x-axis. If FALSE, LabVIEW arranges the characters horizontally, so that the character string aligns with the plane that intersects the center-point of the text object on the y-axis. The default is FALSE. Details
Wrap DistanceSpecifies 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. Details