Requires: Base Development System
Inherits from Generic»GObject»Decoration. View the class hierarchy.
Property | Description |
---|---|
Attached Object | Gets or sets the reference to a block diagram object to which a text label is attached. This property only works with free labels on the block diagram. Details |
Document Bounds | Returns the size required to display the entire text. Details |
Document Bounds:Height | Returns the height required to display the entire text. Details |
Document Bounds:Width | Returns the width required to display the entire text. Details |
Enable Hyperlinks | Automatically detects URLs of the form proto://domain, displays them in underlined blue text, and opens them in the default web browser when clicked. Details |
Font | Cluster of font name, size, bold, italic, underline, strikeout. Details |
Font:Bold | Indicates whether the text is bold. Details |
Font:Color | Sets the color of the currently selected text. You can use the Selection property to select a subset of a string. Details |
Font:Italic | Indicates whether the text is italic. Details |
Font:Name | Font name. Predefined font names include App Font, Sys Font, and Dlg Font. If you provide an empty string, this property returns an error. Details |
Font:Size | Font size. Details |
Font:Strikeout | Indicates whether the text is in the strikeout font. Details |
Font:Underline | Indicates whether the text is underlined. Details |
Justification | Gets and sets the justification of text. Details |
Lock | Locks the label or caption to the owning control, indicator, or terminal. You cannot set this property on text fields that are not labels or captions, such as Boolean text, numeric text, free labels, and so on. This property is similar to the Lock Label option in the shortcut menu. Details |
Scroll Position | Position of the scroll box in the scroll bar. Details |
Selection | Text selection specified in terms of character positions for the beginning of selection (inclusive) and end of selection (not inclusive). If you set the start and end to be the same, LabVIEW inserts a caret into the text. Details |
Selection:End | Allows you to select the end point of text in a text string. Details |
Selection:Start | Character position for the beginning of selection (inclusive). Details |
Size to Text? | Sets whether the size of the text object changes according to the text included. You can write this property only for free labels, control labels, and captions. Details |
Text | Text as displayed in the front panel object. For example, if you set a string control to use Password Display, this property returns the password string, such as ****, not the Normal Display of the string. Details |
Text Colors | Changes the foreground and background color of a text string. Details |
Text Colors:BG Color | Background color of text object. Details |
Text Colors:Text Color | Text color for all fonts in the text. Details |
Text Overflow | Display a gradient overflow visual effect when text gets clipped by the controls. Details |
Vertical Arrangement | Gets and sets the vertical arrangement for the text. You can set the vertical arrangement for labels, captions, and free labels. Details |